IPivotTables
RemoveAt Method
 | 
Removes piovt table from the collection base on the index.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
void RemoveAt(
	int index
)
 
Sub RemoveAt ( 
	index As Integer
)
 
void RemoveAt(
	int index
)
 
abstract RemoveAt : 
index : int -> unit 
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
 
 
See Also