Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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