Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TriCoord Class / Col Property


In This Topic
    Col Property (TriCoord)
    In This Topic
    Column
    Syntax
    'Declaration
     
    
    Public Property Col As Integer
    'Usage
     
    
    Dim instance As TriCoord
    Dim value As Integer
     
    instance.Col = value
     
    value = instance.Col
    public int Col {get; set;}
    See Also