public class HtmlTableLoadOptionCollection extends CollectionBase
| Constructor and Description |
|---|
HtmlTableLoadOptionCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(HtmlTableLoadOption item)
Adds one HtmlTableLoadOption into this collection.
|
int |
add(int tableIndex)
Add a HtmlTableLoadOption to the list.
|
int |
add(int tableIndex,
int targetSheetIndex)
Add a HtmlTableLoadOption to the list.
|
int |
add(int tableIndex,
int targetSheetIndex,
int originalSheetIndex)
Add a HtmlTableLoadOption to the list.
|
HtmlTableLoadOption |
get(int index)
Gets the
HtmlTableLoadOption element at the specified index. |
public HtmlTableLoadOption get(int index)
HtmlTableLoadOption element at the specified index.get in class CollectionBaseindex - The zero based index of the element.public int add(HtmlTableLoadOption item)
item - one HtmlTableLoadOptionpublic int add(int tableIndex)
tableIndex - Table indexpublic int add(int tableIndex,
int targetSheetIndex)
tableIndex - Table indextargetSheetIndex - Worksheet indexpublic int add(int tableIndex,
int targetSheetIndex,
int originalSheetIndex)
tableIndex - Table indextargetSheetIndex - The target index of worksheet where table to export tooriginalSheetIndex - The original index of worksheet in the htmlSee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.