APNSoft Controls [4.5.2.20] - API Reference
RatingSegmentCollection.Add Method (Int32)

Adds a new segment to the collection.

[Visual Basic]
Overloads Public Function Add( _
   ByVal Value As Integer _
) As RatingSegment
[C#]
public RatingSegment Add(
   int Value
);

Parameters

Value
Segment value.

Return Value

New segment.

Remarks

Segment ID is generated automatically.

See Also

RatingSegmentCollection Class | APNSoft.WebControls Namespace | RatingSegmentCollection.Add Overload List