Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / rwB Property


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