'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
Return Value
true if successful; false otherwise