Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 24,303 for

range

(0.29 sec)
  1. FieldToa.PageNumberListSeparator | Aspose.Words...

    Discover the FieldToa PageNumberListSeparator property to customize page number lists with your preferred separator. Enhance your document's readability today!...One TA field can refer to a range of pages. // We can specify...and end page numbers for such ranges. fieldToa . PageRangeSeparator...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldTA.EntryCategory | Aspose.Words for .NET

    Discover the FieldTA EntryCategory property. Easily manage your integral entry categories with this powerful tool for seamless organization and efficiency....One TA field can refer to a range of pages. // We can specify...and end page numbers for such ranges. fieldToa . PageRangeSeparator...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldToa.BookmarkName | Aspose.Words for .NET

    Discover the FieldToa BookmarkName property to easily manage bookmarks in your documents, enhancing table creation and improving document navigation....One TA field can refer to a range of pages. // We can specify...and end page numbers for such ranges. fieldToa . PageRangeSeparator...

    reference.aspose.com/words/net/aspose.words.fie...
  4. How to Apply Conditional Formatting in Excel Ba...

    This article guides on how to apply conditional formatting in Excel based on cell value using Python. It has the IDE settings and steps along with a sample code to create conditional formatting in Excel using Python....get its access Create a cell range where this condition is to be...the FormatConditionType and range Set the background color for...

    kb.aspose.com/cells/python/how-to-apply-conditi...
  5. IFieldResultFormatter.formatNumeric method | As...

    IFieldResultFormatter.formatNumeric method. Called when Aspose.Words applies a numeric format switch, i.e... range . fields . at ( 0 ). result...MMMM yyyy\"" ); expect ( doc . range . fields . at ( 1 ). result...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldOptions.ResultFormatter | Aspose.Words for...

    Discover how the ResultFormatter property in FieldOptions enhances your data presentation by customizing field result formats for clarity and impact.... Range . Fields [ 0 ]. Result , Is...yyyy\"" ); Assert . That ( doc . Range . Fields [ 1 ]. Result . StartsWith...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ListLevel.GetEffectiveValue | Aspose.Words for ...

    Discover the ListLevel GetEffectiveValue method to easily retrieve string representations of list items. Customize with NumberStyle and format options!...the list item (must be in the range from 1 to 32767). numberStyle...ArgumentOutOfRangeEx index is out of range. Examples Shows how to get the...

    reference.aspose.com/words/net/aspose.words.lis...
  8. Aspose::Words::Fields::FieldMergeBarcode class ...

    Aspose::Words::Fields::FieldMergeBarcode class. Implements the MERGEBARCODE field. To learn more, visit the documentation article in C++.... Valid values are in the range [0, 0xFFFFFF]. get_BarcodeType...symbol. Valid values are in the range [0, 0xFFFFFF]. get_Format ()...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...(cells) range onto it. For example, you may create a range based...insertColumns(3,1, options); with: Range range1 = worksheet.getCells()...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  10. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....conditional formatting to a range of cells in a worksheet. Conditional...allows you to apply formats to a range of cells, and have that formatting...

    docs.aspose.com/cells/cpp/apply-conditional-for...