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


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