ChartData
Item Property (Int32, Int32, Int32, Int32)
|
Get cell ranges.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public CellRanges this[
int row,
int column,
int lastRow,
int lastColumn
] { get; }
Public ReadOnly Default Property Item (
row As Integer,
column As Integer,
lastRow As Integer,
lastColumn As Integer
) As CellRanges
Get
public:
property CellRanges^ default[int row, int column, int lastRow, int lastColumn] {
CellRanges^ get (int row, int column, int lastRow, int lastColumn);
}
member Item : CellRanges with get
Parameters
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
-
lastRow
-
Type:
System
Int32
-
lastColumn
-
Type:
System
Int32
Return Value
Type:
CellRanges
See Also