Class SpreadsheetUsedRange
Inheritance
System.Object
SpreadsheetUsedRange
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 |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RowIndex
Specifies the last used row index of the sheet.
Declaration
public int RowIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|