Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RgceLoc Class / column Property


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