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


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