Uses of Class
EasyXLS.ExcelSheet
Namespaces that use ExcelSheet
-
Uses of ExcelSheet in EasyXLS
Subclasses of ExcelSheet in EasyXLSModifier and TypeClassDescriptionclass
This class stores chart information like series, legend, axis, plot area, chart area, data table, title, series gap and overlap, 3D perspective, 3D elevation, 3D rotation and 3D height.class
This class simulates a worksheet.class
This class is a sheet of unknown type.Methods in EasyXLS that return ExcelSheetModifier and TypeMethodDescriptionExcelChartSheet.Clone()
Creates and returns a copy of this object.abstract ExcelSheet
ExcelSheet.Clone()
Creates and returns a copy of this object.ExcelWorksheet.Clone()
Creates and returns a copy of this object.UnknownSheet.Clone()
ExcelDocument.easy_getSheet(System.String sheetName)
Returns the sheet that has the specified name.ExcelDocument.easy_getSheetAt(int index)
Returns the sheet on the specified position.