Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / CellType Property


In This Topic
    CellType Property (IExcelXF)
    In This Topic
    Celltype
    Syntax
    'Declaration
     
    
    Property CellType As FormatType
    'Usage
     
    
    Dim instance As IExcelXF
    Dim value As FormatType
     
    instance.CellType = value
     
    value = instance.CellType
    FormatType CellType {get; set;}
    See Also