Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Blank Class / CellField Property


In This Topic
    CellField Property (Blank)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CellField As Cell
    'Usage
     
    
    Dim instance As Blank
    Dim value As Cell
     
    instance.CellField = value
     
    value = instance.CellField
    public Cell CellField {get; set;}
    See Also