Spread Windows Forms 15.0
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
    public FormatCells.FormatCellsTab LastFormatCellsTab {get; set;}
    See Also