Aspose::Cells::HtmlTableLoadOptionCollection::Add method

HtmlTableLoadOptionCollection::Add(const HtmlTableLoadOption&) method

Adds one HtmlTableLoadOption into this collection.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const HtmlTableLoadOption &item)
ParameterTypeDescription
itemconst HtmlTableLoadOption&one HtmlTableLoadOption

ReturnValue

the index of the added item

See Also

HtmlTableLoadOptionCollection::Add(int32_t) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(int32_t tableIndex)
ParameterTypeDescription
tableIndexint32_tTable index

ReturnValue

See Also

HtmlTableLoadOptionCollection::Add(const U16String&) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const U16String &tableId)
ParameterTypeDescription
tableIdconst U16String&Table ID

ReturnValue

See Also

HtmlTableLoadOptionCollection::Add(const char16_t*) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const char16_t *tableId)
ParameterTypeDescription
tableIdconst char16_t*Table ID

ReturnValue

See Also

HtmlTableLoadOptionCollection::Add(int32_t, int32_t) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(int32_t tableIndex, int32_t targetSheetIndex)
ParameterTypeDescription
tableIndexint32_tTable index
targetSheetIndexint32_tThe target index of worksheet in Excel

See Also

HtmlTableLoadOptionCollection::Add(const U16String&, int32_t) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const U16String &tableId, int32_t targetSheetIndex)
ParameterTypeDescription
tableIdconst U16String&Table ID
targetSheetIndexint32_tThe target index of worksheet in Excel

ReturnValue

See Also

HtmlTableLoadOptionCollection::Add(const char16_t*, int32_t) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const char16_t *tableId, int32_t targetSheetIndex)
ParameterTypeDescription
tableIdconst char16_t*Table ID
targetSheetIndexint32_tThe target index of worksheet in Excel

ReturnValue

See Also

HtmlTableLoadOptionCollection::Add(int32_t, int32_t, int32_t) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(int32_t tableIndex, int32_t targetSheetIndex, int32_t originalSheetIndex)
ParameterTypeDescription
tableIndexint32_tTable index
targetSheetIndexint32_tThe target index of worksheet in Excel
originalSheetIndexint32_tThe original index of worksheet in the html

See Also

HtmlTableLoadOptionCollection::Add(const U16String&, int32_t, int32_t) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const U16String &tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)
ParameterTypeDescription
tableIdconst U16String&Table ID
targetSheetIndexint32_tThe target index of worksheet in Excel
originalSheetIndexint32_tThe original index of worksheet in the html

ReturnValue

See Also

HtmlTableLoadOptionCollection::Add(const char16_t*, int32_t, int32_t) method

Add a HtmlTableLoadOption to the list.

int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const char16_t *tableId, int32_t targetSheetIndex, int32_t originalSheetIndex)
ParameterTypeDescription
tableIdconst char16_t*Table ID
targetSheetIndexint32_tThe target index of worksheet in Excel
originalSheetIndexint32_tThe original index of worksheet in the html

ReturnValue

See Also