Initializes a new instance of the
PageColumn class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim width As System.Double
Dim spacing As System.Double
Dim instance As New PageColumn(width, spacing)
public PageColumn(
System.double ,
System.double
)
パラメータ
- width
- A double value representing the Width of the current column.
- spacing
- A double value representing the Spacing of the current column.
参照