Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 20,066 for

range

(0.04 sec)
  1. EditableRange.editor_group property | Aspose.Wo...

    EditableRange.editor_group property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable Range....allowed to edit this editable range. @property def editor_group...simultaneously for the specific editable range, if the one is set, the other...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Create Dynamic Charts with C++|Documentation

    Learn how to create dynamic charts in Aspose.Cells for C++. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....Create Chart based on the data range of ListObject . Save the result...List based on the data source range with headers on int32_t index...

    docs.aspose.com/cells/cpp/create-dynamic-charts/
  3. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。... 创建一个 Range 。 设置范围的内部边框。 设置范围的外部边框。 #include...60 ); // Create a range (A1:C5) Range range = cells . CreateRange...

    docs.aspose.com/cells/zh/cpp/set-range-border/
  4. 使用C++复制范围数据并保持样式|Documentation

    使用Aspose.Cells for C++在Excel文件中复制范围数据,包括单元格样式...本示例演示了如何: 创建一个工作簿 填充单元格数据 创建一个 Range 创建并配置一个 Style 对象 对范围应用样式 创建第二个范围...to_wstring ( j )). c_str ()); } } Range range = cells . CreateRange ( u...

    docs.aspose.com/cells/zh/cpp/copy-range-data-wi...
  5. Range.structuredDocumentTags property | Aspose....

    Range.structuredDocumentTags property. Returns a [Range.structuredDocumentTags](./) collection that represents all structured document tags in the Range....property Range.structuredDocumentTa property Returns a Range.structuredDocumentTa...structured document tags in the range. get structuredDocumentTa ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Range.toDocument method | Aspose.Words for Node.js

    Range.toDocument method. Constructs a new fully formed document that contains the Range....document that contains the range. toDocument () See Also module...Words class Range Range.replaceRegex method Range.unlinkFields...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 仅复制范围数据使用Node.js via C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将一个单元格区域的数据复制到另一个区域。... 创建 Range 。 使用指定的格式属性创建一个 Style 对象。 将样式格式应用于范围。...); } } // Create a range (A1:D3). const range = cells . createRange...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-range-...
  8. EditableRange.editorGroup property | Aspose.Wor...

    EditableRange.editorGroup property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable Range....allowed to edit this editable range. get editorGroup () : Aspose...simultaneously for the specific editable range, if the one is set, the other...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Range.to_document method | Aspose.Words for Python

    Range.to_document method. Constructs a new fully formed document that contains the Range....document that contains the range. def to_document ( self ): ...words class Range Range.replace_regex method Range.unlink_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  10. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable Range in a Word document in Java....Represents a start of an editable range in a Word document. To learn...Remarks: A complete editable range in a Word document consists...

    reference.aspose.com/words/java/com.aspose.word...