Initializes a new instance of the
LengthRef.UnitRefElem structure with the specified source and page/column number.
シンタックス
'宣言
Public Function New( _
ByVal As ReferenceEnum, _
ByVal As System.Integer _
)
'使用法
Dim source As ReferenceEnum
Dim sourceNo As System.Integer
Dim instance As New LengthRef.UnitRefElem(source, sourceNo)
public LengthRef.UnitRefElem(
ReferenceEnum ,
System.int
)
パラメータ
- source
- A ReferenceEnum identifying the source of the current reference.
- sourceNo
- The source page/column number (used if is ReferenceEnum.Page or ReferenceEnum.Column).
参照