[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SmartPrintRulesCollection.Remove

Remove Method

Remove(SmartPrintRule)

Removes the specified rule (SmartPrintRule object) from the collection.

Declaration
public void Remove(SmartPrintRule value)
Public Sub Remove(value As SmartPrintRule)
Parameters
Type Name Description
SmartPrintRule value

Rule (SmartPrintRule object) to remove

Remove(object)

Removes the specified rule (SmartPrintRule object) from the collection.

Declaration
public void Remove(object value)
Public Sub Remove(value As Object)
Parameters
Type Name Description
object value

The rule (SmartPrintRule object) to remove

Implements