Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Cell Class / col Property


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