Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / FillToTop Property


In This Topic
FillToTop Property
In This Topic
Gets or sets the top position of the fill.
Syntax
'Declaration
 
Public Property FillToTop As Integer
 
'Usage
 
Dim instance As ExcelShape
Dim value As Integer
 
instance.FillToTop = value
 
value = instance.FillToTop
See Also