'Declaration Public Sub SetRowStyleIndex( _
ByVal styleIndexStyle index.As System.Nullable(Of Integer), _
ByVal updateCellsStyleA value indicating whether the style index of all row cells must be updated.As Boolean _
)
public void SetRowStyleIndex(
System.Nullable<int> styleIndex,
bool updateCellsStyle
)
public: void SetRowStyleIndex(
System.Nullable<int> styleIndex,
bool updateCellsStyle
)
public:
void SetRowStyleIndex(
System.Nullable<int> styleIndex,
bool updateCellsStyle
)
Parameters
- styleIndex
- Style index.
- updateCellsStyle
- A value indicating whether the style index of all row cells must be updated.