Class SpreadsheetUsedRange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("colIndex")]
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 | Description |
---|---|
MvcTemplate<System.Object> |
RowIndex
Specifies the last used row index of the sheet.
Declaration
[HtmlAttributeName("rowIndex")]
public int RowIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is 0 |