ColumnStyleCollectionRemoveAt Method |
Removes column style by index in the collection, the first column of the collection cannot be removed.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
void RemoveAt(
int index
)
Parameters
- index Int32
- Index of the column style to remove.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when index is less than 1, or when index is greater than or equal to collection count.
|
See Also