GridSheetFamilyItem Class
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
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class GridSheetFamilyItem : Object
Constructors
Declaration
public GridSheetFamilyItem()
Methods
Get GridModel for the given Token.
Declaration
public object GetGridModelForToken(string token)
Parameters
| Type |
Name |
Description |
| System.String |
token |
|
Returns
Get SheetName for the given Token.
Declaration
public object GetSheetNameForToken(string token)
Parameters
| Type |
Name |
Description |
| System.String |
token |
|
Returns
Get Token for the given GridModel.
Declaration
public object GetTokenForGridModel(SfCellGrid grid)
Parameters
Returns
Get Token for the given SheetName.
Declaration
public object GetTokenForSheetName(string sheetName)
Parameters
| Type |
Name |
Description |
| System.String |
sheetName |
|
Returns