'Declaration
Function SetFilteredRowFormat( _
ByVal As Integer, _
ByVal As StyleInfo _
) As Boolean
'使用法
Dim instance As IFilteredRowSupport
Dim rowIndex As Integer
Dim style As StyleInfo
Dim value As Boolean
value = instance.SetFilteredRowFormat(rowIndex, style)