Class Range
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 Range : EJTagHelper
Constructors
Range()
Declaration
public Range()
Properties
Address
Specifies the address for updating the dataSource or template.
Declaration
[HtmlAttributeName("address")]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "A1" |
DataSource
Specifies the data as JSON / Data manager to the sheet.
Declaration
[HtmlAttributeName("dataSource")]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Query
Defines the external Query
that will be executed along with data processing.
Declaration
[HtmlAttributeName("query")]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ShowFieldAsHeader
Show/Hide the field of the datasource as header.
Declaration
[HtmlAttributeName("showFieldAsHeader")]
public bool ShowFieldAsHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
StartCell
Specifies the start cell from which the datasource will be populated.
Declaration
[HtmlAttributeName("startCell")]
public string StartCell { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "A1" |
Template
Template helps to compiles the given HTML String (or HTML Element ID) into HtML Element and append to the Cell.
Declaration
[HtmlAttributeName("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |