Uses of Class
EasyXLS.ExcelDataGroup
Namespaces that use ExcelDataGroup
-
Uses of ExcelDataGroup in EasyXLS
Methods in EasyXLS that return ExcelDataGroupModifier and TypeMethodDescriptionExcelDataGroup.Clone()
Creates and returns a copy of this object.ExcelWorksheet.easy_getDataGroupAt(int index)
Returns the data group from the specified index.ExcelWorksheet.easy_getDataGroupAt(System.String range)
Returns the data group from the specified range.
This method is overridden as easy_getDataGroupAt_2 in COM+ version of EasyXLS.
Methods in EasyXLS with parameters of type ExcelDataGroupModifier and TypeMethodDescriptionvoid
ExcelWorksheet.easy_addDataGroup(ExcelDataGroup xlsGroup)
Adds the specified data group to worksheet.