Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 5,063 for

range

(0.1 sec)
  1. Rozdziel komórki w Excelu za pomocą Pythona

    Skorzystaj z tego przewodnika, aby rozłączyć komórki w programie Excel za pomocą języka Python. Zawiera ustawienia IDE, kroki i przykładowy kod umożliwiający rozłączenie komórek bez utraty danych w Pythonie....każdego z nich Wywołaj metodę Range.unMerge(), aby podzielić komórki...wywołaj metodę unMerge() w klasie Range. Kod do dzielenia połączonych...

    kb.aspose.com/pl/cells/python/unmerge-cells-in-...
  2. Adicione bordas no Excel usando C#

    Seguindo este artigo, adicione bordas no Excel usando C#. Obtenha as configurações do IDE, uma lista de etapas e um exemplo de código que mostra como criar uma borda no Excel usando C#....SetOutlineBorders() na classe range para desenhar uma borda Ajuste...usando C# . Ele usa a classe Range para criar vários intervalos...

    kb.aspose.com/pt/cells/net/add-borders-in-excel...
  3. Unisci celle in Excel con Python

    Usa questa guida per separare le celle in Excel con Python. Contiene le impostazioni IDE, i passaggi e un codice di esempio per separare le celle senza perdere dati con Python....per ciascuna Chiama il metodo Range.unMerge() per dividere le celle...metodo unMerge() nella classe Range. Codice per dividere celle unite...

    kb.aspose.com/it/cells/python/unmerge-cells-in-...
  4. 範囲の書式設定|Documentation

    可能な使用シナリオ 範囲にスタイルを適用する必要がある場合は、範囲の書式設定を使用できます。 Excelでの範囲の書式設定方法 Excelで範囲の書式を設定するには、Excelが提供する組み込みの書式設定オプションを使用します。Excelで範囲の書式を設定する方法は以下の通りです: Excelを開き、書式を設定したい範囲が含まれているワークブックを開きます。 書式を設定したい範囲を選択します。範囲を選択するには、範囲をクリックしてドラッグするか、ショートカットキーであるシフト+矢印キーを使用して選択を拡張することができます。 範囲が選択されたら、選択した範囲を右クリックし、コンテキストメニューから「セルの書式設定」を選択します。または、Excelリボンのホームタブに移動し、「セル」グループの「書式」ドロップダウンをクリックし、「セルの書式設定」を選択します。 「セルの書式設定」ダイアログボックスが表示されます。ここで、選択した範囲に適用するさまざまな書式設定オプションを選択できます。たとえば、フォントスタイル、フォントサイズ、フォント色、数値形式、罫線、背景色などを変更できます。 ダイアログボックス内の異なるタブを探索して、さまざまな書式設定オプションにアクセスできます。 5.所望の書式設定を行った後、選択した範囲に書式を適用するには、「OK」ボタンをクリックします。 C#を使用して範囲を書式設定する方法 Aspose.Cellsを使用して範囲を書式設定するには、以下のメソッドを使用できます: Range.ApplyStyle(Style style, StyleFlag flag) Range.SetStyle(Style style) Range.SetStyle(Style style) サンプルコード この例では、Excelワークブックを作成し、サンプルデータを追加し、最初のワークシートにアクセスし、2つの範囲(“A1:C3"および"A4:C5”)を定義します。次に、新しいスタイルを作成し、さまざまな書式設定オプション(たとえば、フォントの色、太字)を設定し、範囲にスタイルを適用します。最後に、ワークブックを新しいファイルとして保存します。...ます: Range.ApplyStyle(Style style, StyleFlag flag) Range.SetStyle(Style...SetStyle(Style style) Range.SetStyle(Style style) サンプルコード この例では、...

    docs.aspose.com/cells/ja/net/how-to-format-a-ra...
  5. Hyperlinks im Bereich abrufen|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....getHyperlinks() Eigenschaft der Range Klasse. Die getHyperlinks()...

    docs.aspose.com/cells/de/python-java/get-hyperl...
  6. Document.normalizeFieldTypes method | Aspose.Wo...

    Document.normalizeFieldTypes method. Changes field type values [FieldChar.fieldType](../../../aspose.words.fields/fieldchar/fieldType/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in the whole document so that they correspond to the field types contained in the field codes....specific part of the document use Range.normalizeFieldTypes() . See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Fields::FormField::get_DropDownI...

    Aspose::Words::Fields::FormField::get_DropDownItems method. Provides access to the items of a dropdown form field in C++....FormFieldCollection > formFields = doc -> get_Range () -> get_FormFields (); ASSERT_EQ...ASSERT_EQ ( 3 , doc -> get_Range () -> get_Fields () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FormField::get_OwnStatus...

    Aspose::Words::Fields::FormField::get_OwnStatus method. Specifies the source of the text that's displayed in the status bar when a form field has the focus in C++....FormFieldCollection > formFields = doc -> get_Range () -> get_FormFields (); ASSERT_EQ...ASSERT_EQ ( 3 , doc -> get_Range () -> get_Fields () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FormField::get_HelpText ...

    Aspose::Words::Fields::FormField::get_HelpText method. Returns or sets the text that's displayed in a message box when the form field has the focus and the user presses F1 in C++....FormFieldCollection > formFields = doc -> get_Range () -> get_FormFields (); ASSERT_EQ...ASSERT_EQ ( 3 , doc -> get_Range () -> get_Fields () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Aspose::Words::Fields::FormField::get_TextInput...

    Aspose::Words::Fields::FormField::get_TextInputFormat method. Returns or sets the text formatting for a text form field in C++....FormFieldCollection > formFields = doc -> get_Range () -> get_FormFields (); ASSERT_EQ...ASSERT_EQ ( 3 , doc -> get_Range () -> get_Fields () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words.fie...