Aspose::Cells::HtmlTableLoadOptionCollection::Add method
Contents
[
Hide
]HtmlTableLoadOptionCollection::Add(const HtmlTableLoadOption&) method
Adds one HtmlTableLoadOption into this collection.
int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const HtmlTableLoadOption &item)
Parameter | Type | Description |
---|---|---|
item | const HtmlTableLoadOption& | one HtmlTableLoadOption |
ReturnValue
the index of the added item
See Also
- Class Vector
- Class HtmlTableLoadOption
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
HtmlTableLoadOptionCollection::Add(int32_t) method
Add a HtmlTableLoadOption to the list.
int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(int32_t tableIndex)
Parameter | Type | Description |
---|---|---|
tableIndex | int32_t | Table index |
ReturnValue
See Also
- Class Vector
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
HtmlTableLoadOptionCollection::Add(const U16String&) method
Add a HtmlTableLoadOption to the list.
int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const U16String &tableId)
Parameter | Type | Description |
---|---|---|
tableId | const U16String& | Table ID |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
HtmlTableLoadOptionCollection::Add(const char16_t*) method
Add a HtmlTableLoadOption to the list.
int32_t Aspose::Cells::HtmlTableLoadOptionCollection::Add(const char16_t *tableId)
Parameter | Type | Description |
---|---|---|
tableId | const char16_t* | Table ID |
ReturnValue
See Also
- Class Vector
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
tableIndex | int32_t | Table index |
targetSheetIndex | int32_t | The target index of worksheet in Excel |
See Also
- Class Vector
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
tableId | const U16String& | Table ID |
targetSheetIndex | int32_t | The target index of worksheet in Excel |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
tableId | const char16_t* | Table ID |
targetSheetIndex | int32_t | The target index of worksheet in Excel |
ReturnValue
See Also
- Class Vector
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
tableIndex | int32_t | Table index |
targetSheetIndex | int32_t | The target index of worksheet in Excel |
originalSheetIndex | int32_t | The original index of worksheet in the html |
See Also
- Class Vector
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
tableId | const U16String& | Table ID |
targetSheetIndex | int32_t | The target index of worksheet in Excel |
originalSheetIndex | int32_t | The original index of worksheet in the html |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
tableId | const char16_t* | Table ID |
targetSheetIndex | int32_t | The target index of worksheet in Excel |
originalSheetIndex | int32_t | The original index of worksheet in the html |
ReturnValue
See Also
- Class Vector
- Class HtmlTableLoadOptionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++