Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / CellType Property


In This Topic
    CellType Property (ExcelXFormat)
    In This Topic
    CellType
    Syntax
    'Declaration
     
    
    Public Overridable Property CellType As FormatType
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value As FormatType
     
    instance.CellType = value
     
    value = instance.CellType
    public virtual FormatType CellType {get; set;}
    See Also