Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / LastFormatCellsTab Property


In This Topic
LastFormatCellsTab Property
In This Topic
Gets or sets the last selected tab of the hyperlink form.
Syntax
'Declaration
 
Public Property LastFormatCellsTab As FormatCells.FormatCellsTab
 
'Usage
 
Dim instance As FpSpread
Dim value As FormatCells.FormatCellsTab
 
instance.LastFormatCellsTab = value
 
value = instance.LastFormatCellsTab
See Also