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