ColumnList
RemoveAt Method
|
Removes a column at the specified position from a table.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void RemoveAt(
int firstColumnIndex,
bool withAttachedRows
)
Public Sub RemoveAt (
firstColumnIndex As Integer,
withAttachedRows As Boolean
)
public:
void RemoveAt(
int firstColumnIndex,
bool withAttachedRows
)
member RemoveAt :
firstColumnIndex : int *
withAttachedRows : bool -> unit
Parameters
-
firstColumnIndex
-
Type:
System
Int32
Index of a column to delete.
-
withAttachedRows
-
Type:
System
Boolean
True to delete also all attached columns.
See Also