FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FormatCells クラス > FormatCells コンストラクタ : FormatCells コンストラクタ(IWorksheet,Reference,FormatCellsTab) |
'Declaration
Public Function New( _ ByVal worksheet As IWorksheet, _ ByVal cells As Reference, _ Optional ByVal activeTab As FormatCells.FormatCellsTab _ )
'使用法
Dim worksheet As IWorksheet Dim cells As Reference Dim activeTab As FormatCells.FormatCellsTab Dim instance As New FormatCells(worksheet, cells, activeTab)
public FormatCells( IWorksheet worksheet, Reference cells, FormatCells.FormatCellsTab activeTab )