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


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