Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorHF Class / width Property


In This Topic
    width Property (OfficeArtClientAnchorHF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property width As Integer
    'Usage
     
    
    Dim instance As OfficeArtClientAnchorHF
    Dim value As Integer
     
    instance.width = value
     
    value = instance.width
    public int width {get; set;}
    See Also