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