CellRange Class |
Namespace: Spire.Presentation.Charts
The CellRange type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Column |
Gets the column.
|
|
|
NumberFormat |
set the number format of the chart data source(excel).
|
|
|
NumberValue |
Gets or set number value.
|
|
|
Row |
Gets the row.
|
|
|
Text |
Gets or set string value.
|
|
|
Value |
Gets or sets the value.
|
|
|
WorksheetIndex |
Gets worksheet Index.
|
|
|
WorksheetName |
Gets worksheet name.
|
| Name | Description | |
|---|---|---|
|
|
Equals(Object) |
Indicates whether the specified
Object
is equal to this instance.
(Overrides
Object
Equals(Object)
.)
|
|
|
Equals(CellRange) |
Indicates whether the specified
CellRange
is equal to this instance.
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetHashCode |
Gets a hash code for this instance.
(Overrides
Object
GetHashCode
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|