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


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