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


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