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