FarPoint.Web.Spread 名前空間 > PercentCellType クラス > PercentCellType コンストラクタ : PercentCellType コンストラクタ(String) |
'Declaration
Public Function New( _ ByVal errorMessage As String _ )
public PercentCellType( string errorMessage )
FarPoint.Web.Spread.PercentCellType p = new FarPoint.Web.Spread.PercentCellType("Check Your Formatting!!"); FpSpread1.ActiveSheetView.Cells[0, 0].CellType = p;
Dim p As New FarPoint.Web.Spread.PercentCellType("Check Your Formatting!!") FpSpread1.ActiveSheetView.Cells(0, 0).CellType = p