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


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