IndexedColumnValueList.Add

Overloads

Add(IndexedColumnValue)Adds an IndexedColumnValue object to the end of the IndexedColumnValueList object.
Add(Single)Adds a ColumnValue object to the end of the IndexedColumnValueList object.
Add(Single, Int32)Adds an IndexedColumnValue object to the end of the IndexedColumnValueList object.
Add(Single[])Adds an array of ColumnValue objects to the end of the IndexedColumnValueList object.

Add(IndexedColumnValue)

Adds an IndexedColumnValue object to the end of the IndexedColumnValueList object.

public void Add(IndexedColumnValue indexedColumnValue)
Sub Add(indexedColumnValue As IndexedColumnValue)

Parameters

indexedColumnValue
IndexedColumnValue

IndexedColumnValue to be added.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Single)

Adds a ColumnValue object to the end of the IndexedColumnValueList object.

public ColumnValue Add(float value1)
Function Add(value1 As Single) As ColumnValue

Parameters

value1
Single

Value of the column value.

Returns

ColumnValue

A ColumnValue object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Single, Int32)

Adds an IndexedColumnValue object to the end of the IndexedColumnValueList object.

public IndexedColumnValue Add(float value1, int position)
Function Add(value1 As Single, position As Integer) As IndexedColumnValue

Parameters

value1
Single

Value of the indexed column value.

position
Int32

Position of the indexed column value.

Returns

IndexedColumnValue

A IndexedColumnValue object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Add(Single[])

Adds an array of ColumnValue objects to the end of the IndexedColumnValueList object.

public ColumnValue[] Add(Single[] value1)
Function Add(value1 As Single[]) As ColumnValue[]

Parameters

value1
Single[]

Value of column values to be added.

Returns

ColumnValue[]

Array of ColumnValue objects.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

IndexedColumnValueList
ceTe.DynamicPDF.PageElements.Charting.Values

In this topic