HtmlTableLoadOptionCollection.Add
Contents
[
Hide
]Add(HtmlTableLoadOption)
Adds one HtmlTableLoadOption into this collection.
public int Add(HtmlTableLoadOption item)
Parameter | Type | Description |
---|---|---|
item | HtmlTableLoadOption | one HtmlTableLoadOption |
Return Value
the index of the added item
See Also
- class HtmlTableLoadOption
- class HtmlTableLoadOptionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(int)
Add a HtmlTableLoadOption to the list.
public int Add(int tableIndex)
Parameter | Type | Description |
---|---|---|
tableIndex | Int32 | Table index |
See Also
- class HtmlTableLoadOptionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(string)
Add a HtmlTableLoadOption to the list.
public int Add(string tableId)
Parameter | Type | Description |
---|---|---|
tableId | String | Table ID |
See Also
- class HtmlTableLoadOptionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(int, int)
Add a HtmlTableLoadOption to the list.
public int Add(int tableIndex, int targetSheetIndex)
Parameter | Type | Description |
---|---|---|
tableIndex | Int32 | Table index |
targetSheetIndex | Int32 | The target index of worksheet in Excel |
See Also
- class HtmlTableLoadOptionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(string, int)
Add a HtmlTableLoadOption to the list.
public int Add(string tableId, int targetSheetIndex)
Parameter | Type | Description |
---|---|---|
tableId | String | Table ID |
targetSheetIndex | Int32 | The target index of worksheet in Excel |
See Also
- class HtmlTableLoadOptionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(int, int, int)
Add a HtmlTableLoadOption to the list.
public int Add(int tableIndex, int targetSheetIndex, int originalSheetIndex)
Parameter | Type | Description |
---|---|---|
tableIndex | Int32 | Table index |
targetSheetIndex | Int32 | The target index of worksheet in Excel |
originalSheetIndex | Int32 | The original index of worksheet in the html |
See Also
- class HtmlTableLoadOptionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(string, int, int)
Add a HtmlTableLoadOption to the list.
public int Add(string tableId, int targetSheetIndex, int originalSheetIndex)
Parameter | Type | Description |
---|---|---|
tableId | String | Table ID |
targetSheetIndex | Int32 | The target index of worksheet in Excel |
originalSheetIndex | Int32 | The original index of worksheet in the html |
See Also
- class HtmlTableLoadOptionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells