SetDataRowStyle(String) Method
Sets the name of the cell style that is applied to the data row cell.
public void SetDataRowStyle(
string
)
'Declaration
Public Overloads Sub SetDataRowStyle( _
ByVal As String _
)
'Usage
Dim instance As Table
Dim styleName As String
instance.SetDataRowStyle(styleName)
Parameters
- styleName
- A string value represents the name of the cell style that is applied to the data row cell.