SpreadsheetGear 2023
Top Property (WorkbookDesigner)


SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Top Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ControlTopDescr")>
<SRCategoryAttribute("CatLayout")>
Public Property Top As System.Integer
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Integer
 
instance.Top = value
 
value = instance.Top
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlTopDescr")]
[SRCategory("CatLayout")]
public System.int Top {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members