'Declaration Public Sub RemoveColumns( _
ByVal columnIndexИндекс первого столбца, в который должны быть удалены столбцы.As System.Int32, _
ByVal countКоличество столбцов для удаления.As System.Int32 _
)
public void RemoveColumns(
System.Int32 columnIndex,
System.Int32 count
)
public: void RemoveColumns(
System.Int32 columnIndex,
System.Int32 count
)
public:
void RemoveColumns(
System.Int32 columnIndex,
System.Int32 count
)
Parameters
- columnIndex
- Индекс первого столбца, в который должны быть удалены столбцы.
- count
- Количество столбцов для удаления.