FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.CellType 名前空間 > GeneralCellType クラス > GeneralCellType コンストラクタ : GeneralCellType コンストラクタ() |
'Declaration
Public Function New()
'使用法
Dim instance As New GeneralCellType()
public GeneralCellType()
FarPoint.Win.Spread.CellType.GeneralCellType testcell = new FarPoint.Win.Spread.CellType.GeneralCellType(); testcell.ShrinkToFit = true; fpSpread1.Sheets[0].Cells[0, 0].CellType = testcell;
Dim testcell As New FarPoint.Win.Spread.CellType.GeneralCellType() testcell.ShrinkToFit = True FpSpread1.Sheets(0).Cells(0, 0).CellType = testcell