'Declaration Public Sub SetRowsStyleIndex( _
ByVal rowIndexThe row index.As System.Int32, _
ByVal rowCountThe row count.As System.Int32, _
ByVal styleIndexThe style index to set.As System.Int32 _
)
public void SetRowsStyleIndex(
System.Int32 rowIndex,
System.Int32 rowCount,
System.Int32 styleIndex
)
public: void SetRowsStyleIndex(
System.Int32 rowIndex,
System.Int32 rowCount,
System.Int32 styleIndex
)
public:
void SetRowsStyleIndex(
System.Int32 rowIndex,
System.Int32 rowCount,
System.Int32 styleIndex
)
Parameters
- rowIndex
- The row index.
- rowCount
- The row count.
- styleIndex
- The style index to set.