Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CatLab Class / at Property


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