| Visual Basic (Declaration) | |
|---|---|
Public Sub RemoveAt( _ ByVal iIndex As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void RemoveAt( int iIndex ) | |
Parameters
- iIndex
The zero-based index of the DDSheet object to be removed.
| ActiveReports.XlsExport | Request technical support |
| RemoveAt Method | |
| See Also | |
|
The zero-based index of the DDSheet object to be removed.
| Visual Basic (Declaration) | |
|---|---|
Public Sub RemoveAt( _ ByVal iIndex As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void RemoveAt( int iIndex ) | |
The zero-based index of the DDSheet object to be removed.