Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / dyB Property


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