Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / SetFilteredRowFormat Method
Index of the row in the model
Style information that defines the format


In This Topic
SetFilteredRowFormat Method (DefaultSheetStyleModel)
In This Topic
Sets the format for the filtered row in the model.
Syntax
'Declaration
 
Public Overridable Function SetFilteredRowFormat( _
   ByVal row As Integer, _
   ByVal style As StyleInfo _
) As Boolean
 
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim row As Integer
Dim style As StyleInfo
Dim value As Boolean
 
value = instance.SetFilteredRowFormat(row, style)

Parameters

row
Index of the row in the model
style
Style information that defines the format
See Also