AsposeCellsCloud::Object::Range

Load the model package

use AsposeCellsCloud::Object::Range;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- column_count | int | Gets the count of columns in the range. | row_height | double | Sets or gets the height of rows in this range | name | string | Gets or sets the name of the range. | [optional] first_column | int | Gets the index of the first column of the range. | column_width | double | Sets or gets the column width of this range | refers_to | string | Gets the range's refers to. | [optional] row_count | int | Gets the count of rows in the range. | first_row | int | Gets the index of the first row of the range. | worksheet | string | Gets the Aspose.Cells.Range.Worksheetobject which contains this range. | [optional]

[Back to Model list] [Back to API list] [Back to README]