Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorSheet Class / Top Property


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