LengthRef.UnitRefElem Constructor(ReferenceEnum,Int32)
In This Topic
Initializes a new instance of the
LengthRef.UnitRefElem structure with the specified source and page/column number.
Syntax
'Declaration
Public Function New( _
ByVal As ReferenceEnum, _
ByVal As Integer _
)
public LengthRef.UnitRefElem(
ReferenceEnum ,
int
)
Parameters
- source
- A ReferenceEnum identifying the source of the current reference.
- sourceNo
- The source page/column number (used if is ReferenceEnum.Page or ReferenceEnum.Column).
See Also