Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / at Property


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