SpreadsheetGear 2017
Tab Property (ISheet)






SpreadsheetGear Namespace > ISheet Interface : Tab Property
Returns a reference to the sheet tab of this sheet.
Syntax
'Declaration
 
ReadOnly Property Tab As ITab
'Usage
 
Dim instance As ISheet
Dim value As ITab
 
value = instance.Tab
ITab Tab {get;}
read-only property Tab: ITab; 
function get Tab : ITab
__property ITab* get_Tab();
property ITab^ Tab {
   ITab^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISheet Interface
ISheet Members