'Declaration Public Sub SetColumnsStyleIndex( _
ByVal columnIndexThe index of first column to index.As System.Int32, _
ByVal columnCountThe count of columns to index.As System.Int32, _
ByVal styleIndexThe style index.As System.Nullable(Of Integer) _
)
public void SetColumnsStyleIndex(
System.Int32 columnIndex,
System.Int32 columnCount,
System.Nullable<int> styleIndex
)
public: void SetColumnsStyleIndex(
System.Int32 columnIndex,
System.Int32 columnCount,
System.Nullable<int> styleIndex
)
public:
void SetColumnsStyleIndex(
System.Int32 columnIndex,
System.Int32 columnCount,
System.Nullable<int> styleIndex
)
Parameters
- columnIndex
- The index of first column to index.
- columnCount
- The count of columns to index.
- styleIndex
- The style index.