'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