ActiveXLS
Class UnknownSheet
System.Object
ActiveXLS.BIFF_Records.SheetStream
ActiveXLS.ExcelSheet
ActiveXLS.UnknownSheet
- public class UnknownSheet
- extends ExcelSheet
This class is a sheet of unknown type. Known types are worksheet and chart sheet.
Constructor Summary |
UnknownSheet()
Defines an instance of the sheet. |
Method Summary |
ExcelSheet |
Clone()
Creates and returns a copy of this object. |
UnknownSheet
public UnknownSheet()
- Defines an instance of the sheet.
Clone
public ExcelSheet Clone()
- Description copied from class:
ExcelSheet
- Creates and returns a copy of this object.
- Specified by:
Clone
in class ExcelSheet
- Returns:
- a clone of this instance.