'Declaration
Public Overridable Function GetCellConditionalFormats( _
ByRef As Integer, _
ByRef column As Integer, _
ByVal As Boolean _
) As ConditionalFormat()
public virtual ConditionalFormat[] GetCellConditionalFormats(
ref int ,
ref int column,
bool
)