GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Font 構造体 > Font コンストラクタ : Font コンストラクタ(Font,VerticalTextAlignment) |
'Declaration
Public Function New( _ ByVal prototype As Font, _ ByVal verTextAlign As VerticalTextAlignment _ )
'使用法
Dim prototype As Font Dim verTextAlign As VerticalTextAlignment Dim instance As New Font(prototype, verTextAlign)
public Font( Font prototype, VerticalTextAlignment verTextAlign )