Class SpreadsheetUsedRange
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SpreadsheetUsedRange
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.AspNetMvc.Spreadsheet.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 |