HtmlTableLoadOptionCollection.Add

Add(HtmlTableLoadOption)

Adds one HtmlTableLoadOption into this collection.

public int Add(HtmlTableLoadOption item)
ParameterTypeDescription
itemHtmlTableLoadOptionone HtmlTableLoadOption

Return Value

the index of the added item

See Also


Add(int)

Add a HtmlTableLoadOption to the list.

public int Add(int tableIndex)
ParameterTypeDescription
tableIndexInt32Table index

See Also


Add(string)

Add a HtmlTableLoadOption to the list.

public int Add(string tableId)
ParameterTypeDescription
tableIdStringTable ID

See Also


Add(int, int)

Add a HtmlTableLoadOption to the list.

public int Add(int tableIndex, int targetSheetIndex)
ParameterTypeDescription
tableIndexInt32Table index
targetSheetIndexInt32The target index of worksheet in Excel

See Also


Add(string, int)

Add a HtmlTableLoadOption to the list.

public int Add(string tableId, int targetSheetIndex)
ParameterTypeDescription
tableIdStringTable ID
targetSheetIndexInt32The target index of worksheet in Excel

See Also


Add(int, int, int)

Add a HtmlTableLoadOption to the list.

public int Add(int tableIndex, int targetSheetIndex, int originalSheetIndex)
ParameterTypeDescription
tableIndexInt32Table index
targetSheetIndexInt32The target index of worksheet in Excel
originalSheetIndexInt32The original index of worksheet in the html

See Also


Add(string, int, int)

Add a HtmlTableLoadOption to the list.

public int Add(string tableId, int targetSheetIndex, int originalSheetIndex)
ParameterTypeDescription
tableIdStringTable ID
targetSheetIndexInt32The target index of worksheet in Excel
originalSheetIndexInt32The original index of worksheet in the html

See Also