Sets the name of the specified alternating row style in the model to the specified named style.
Syntax
'Declaration
Public Overridable Sub SetDirectAltRowName( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As DefaultSheetStyleModel
Dim index As Integer
Dim styleName As String
instance.SetDirectAltRowName(index, styleName)
public virtual void SetDirectAltRowName(
int ,
string
)
Parameters
- index
- Index of the alternating row style to set
- styleName
- Name of the style to set
Exceptions
See Also