Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / UniversalCellType Class / FromWorkbook Method
The GrapeCity.Spreadsheet.IWorkbook object.


In This Topic
    FromWorkbook Method
    In This Topic
    Gets the UniversalCellType instance from the specified GrapeCity.Spreadsheet.IWorkbook object.
    Syntax
    'Declaration
     
    Public Shared Function FromWorkbook( _
       ByVal workbook As IWorkbook _
    ) As UniversalCellType
    'Usage
     
    Dim workbook As IWorkbook
    Dim value As UniversalCellType
     
    value = UniversalCellType.FromWorkbook(workbook)
    public static UniversalCellType FromWorkbook( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The GrapeCity.Spreadsheet.IWorkbook object.

    Return Value

    The UniversalCellType instance.
    See Also