Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CRN Class / colLast Property


In This Topic
    colLast Property (CRN)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property colLast As Byte
    'Usage
     
    
    Dim instance As CRN
    Dim value As Byte
     
    instance.colLast = value
     
    value = instance.colLast
    public byte colLast {get; set;}
    See Also