MobileForms Toolkit Documentation

StyleCollection.Add Method 

Adds a style to the RowCollection.

public int Add(
Style style
);

Parameters

style
Style to add.

Return Value

The position into which the new style was inserted.

Exceptions

Exception Type Condition
NullReferenceException When style is .
ArgumentException When styles in style collection have duplicate names.

See Also

StyleCollection Class | Resco.Controls.SmartGrid Namespace