'Declaration Public Sub SetColumnsStyleIndex( _
ByVal columnIndexThe column index.As System.Int32, _
ByVal columnCountThe column count.As System.Int32, _
ByVal styleIndexThe style index to set.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
- The column index.
- columnCount
- The column count.
- styleIndex
- The style index to set.