Class SpreadsheetCreator
Represents a class to create Spreadsheet control
Implements
System.Web.IHtmlString
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.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class SpreadsheetCreator : Control, IHtmlString
Constructors
SpreadsheetCreator(Spreadsheet)
Initializes a new instance of the SpreadsheetCreator class with the specified spreadsheet object.
Declaration
public SpreadsheetCreator(Spreadsheet spreadsheet)
Parameters
Type | Name | Description |
---|---|---|
Spreadsheet | spreadsheet | Spreadsheet object |
Properties
Model
Gets the Spreadsheet Model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the Plugin Name
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Gets the Tag Name
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Container encapsulates zero or more components.Through a container you can track your components and communicate with them.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and displays the components. |
Returns
Type | Description |
---|---|
System.Web.HtmlString | This method returns string value |
Overrides
GetDependentControl()
Declaration
protected override List<string> GetDependentControl()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
Implements
System.Web.IHtmlString