Namespace EasyXLS

Class UnknownSheet

System.Object
EasyXLS.BIFF_Records.SheetStream
EasyXLS.ExcelSheet
EasyXLS.UnknownSheet

public class UnknownSheet extends ExcelSheet
This class is a sheet of unknown type. Known types are worksheet and chart sheet.
  • Constructor Details

    • UnknownSheet

      public UnknownSheet()
      Defines an instance of the sheet.
  • Method Details

    • 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.