Class SpreadsheetUsedRange
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SpreadsheetUsedRange
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetUsedRange : EJTagHelper
Constructors
SpreadsheetUsedRange()
Declaration
public SpreadsheetUsedRange()
Properties
ColIndex
Specifies the last used column index of the sheet.
Declaration
public int ColIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is 0 |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
RowIndex
Specifies the last used row index of the sheet.
Declaration
public int RowIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is 0 |