Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 9,710 for

range

(0.06 sec)
  1. DocumentBuilder.EndBookmark | Aspose.Words for ...

    Effortlessly mark the end of a bookmark in your document with DocumentBuilder's EndBookmark method, enhancing your document organization and navigation....document can overlap and span any range. To create a valid bookmark...Assert . AreEqual ( 1 , doc . Range . Bookmarks . Count ); Assert...

    reference.aspose.com/words/net/aspose.words/doc...
  2. 获取单元格内容|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.... Cells ; Range range = sheet1 . Cells . MaxDisplayRange...int tcols = range . ColumnCount ; int trows = range . RowCount...

    docs.aspose.com/cells/zh/net/getting-cell-conte...
  3. 自动筛选数据|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....//Create the range. Excel . Range range = sheet . get_Range ( "A1"..."B5" ); //Auto-filter the range. range . AutoFilter ( "1" , "<>"...

    docs.aspose.com/cells/zh/net/auto-filter-data/
  4. IStructuredDocumentTag.isMultiSection property ...

    IStructuredDocumentTag.isMultiSection property. Returns true if this instance is a Ranged (multi-section) structured document tag....true if this instance is a ranged (multi-section) structured...tag by Id. let sdt = doc . range . structuredDocumentTa . getById...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. IStructuredDocumentTag.is_multi_section propert...

    IStructuredDocumentTag.is_multi_section property. Returns true if this instance is a Ranged (multi-section) structured document tag....true if this instance is a ranged (multi-section) structured...document tag by Id. sdt = doc . range . structured_document_tags ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldMergeBarcode.ScalingFactor | Aspose.Words ...

    Discover the FieldMergeBarcode ScalingFactor property to easily adjust your barcode size in whole percentage points (10-1000) for optimal visibility.... Range . Fields [ 0 ]. Type ); Assert...0xF8BD69 \\f 0xB5413B" , doc . Range . Fields [ 0 ]. GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Merge or UnMerge Cells in a Worksheet in VSTO a...

    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....//Get the range of cells i.e.., A1:C1. Excel . Range rng1 = excelApp...excelApp . get_Range ( "A1" , "C1" ); //Merge the cells. rng1...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  8. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertField method... range . fields . at ( 0 ). getFieldCode...AUTHOR " ); expect ( doc . range . fields . at ( 1 ). getFieldCode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.insert_field method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_field method... range . fields [ 0 ] . get_field_code...assertEqual ( ' PAGE ' , doc . range . fields [ 1 ] . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  10. StructuredDocumentTagCollection class | Aspose....

    aspose.words.markup.StructuredDocumentTagCollection class. A collection of [IStructuredDocumentTag](../istructureddocumenttag/) instances that represent the structured document tags in the specified Range...document tags in the specified range. To learn more, visit the Structured...document tag by Id. sdt = doc . range . structured_document_tags ...

    reference.aspose.com/words/python-net/aspose.wo...