MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class / GetProperty Method
The index within the order array to retrieve the element at.

In This Topic
GetProperty Method
In This Topic
Returns the eCSSProperty at the specified index in the property order array.
Syntax
'Declaration
 
Public Function GetProperty( _
   ByVal nIndex As Integer _
) As eCSSProperty
 

Parameters

nIndex
The index within the order array to retrieve the element at.

Return Value

The eCSSProperty value at the specified index within the order array.
Remarks
The "order array" keeps track of what order the properties were added to the declaration in, so that when the CSS string is recreated the properties are in the original order.
See Also