SpreadsheetGear 2017
ISheet Interface
Members 






SpreadsheetGear Namespace : ISheet Interface
The base interface of all sheets in a workbook, including worksheets, chart sheets, dialog sheets, macro sheets and VBA modules.
Object Model
ISheet Interface
Syntax
'Declaration
 
Public Interface ISheet 
   Inherits IPrintable 
'Usage
 
Dim instance As ISheet
public interface ISheet : IPrintable  
public interface ISheet = class(IPrintable)
public interface ISheet implements IPrintable 
public __gc __interface ISheet : public IPrintable  
public interface class ISheet : public IPrintable  
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 Members
SpreadsheetGear Namespace