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


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