SetHeaderRowStyle(Int32,String) Method
In This Topic
Sets the name of the cell style that is applied to the header row cell of the specified column.
Syntax
'Declaration
Public Overloads Sub SetHeaderRowStyle( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As Table
Dim index As Integer
Dim styleName As String
instance.SetHeaderRowStyle(index, styleName)
public void SetHeaderRowStyle(
int ,
string
)
Parameters
- index
- An integer value indicates the specified column's index.
- styleName
- A string value represents the name of the cell style that is applied to the header row cell.
See Also