Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtLayout12A Class / xBR Property


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