Class GridSheetFamilyItem
Encapsulates the properties that are needed to support multiple families of crossed-referenced grids. This class is for internal use only.
Inheritance
System.Object
GridSheetFamilyItem
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.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class GridSheetFamilyItem
Constructors
GridSheetFamilyItem()
Declaration
public GridSheetFamilyItem()
Methods
GetGridModelForToken(String)
Get GridModel for the given Token.
Declaration
public object GetGridModelForToken(string token)
Parameters
Type | Name | Description |
---|---|---|
System.String | token |
Returns
Type |
---|
System.Object |
GetSheetNameForToken(String)
Get SheetName for the given Token.
Declaration
public object GetSheetNameForToken(string token)
Parameters
Type | Name | Description |
---|---|---|
System.String | token |
Returns
Type |
---|
System.Object |
GetTokenForGridModel(SfCellGrid)
Get Token for the given GridModel.
Declaration
public object GetTokenForGridModel(SfCellGrid grid)
Parameters
Type | Name | Description |
---|---|---|
SfCellGrid | grid |
Returns
Type |
---|
System.Object |
GetTokenForSheetName(String)
Get Token for the given SheetName.
Declaration
public object GetTokenForSheetName(string sheetName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sheetName |
Returns
Type |
---|
System.Object |