[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarButtonCollection.Add

Add Method

Add(object)

Adds an item to the IList.

Declaration
public int Add(object value)
Public Function Add(value As Object) As Integer
Parameters
Type Name Description
object value

The object to add to the IList

Returns
Type Description
int

The position into which the new element was inserted.

Implements
Exceptions
Type Condition
NotSupportedException

The IList is read-only.-or- The IList has a fixed size.