FarPoint.Web.Spread 名前空間 > Border クラス > Border コンストラクタ : Border コンストラクタ() |
FarPoint.Web.Spread.Border border = new FarPoint.Web.Spread.Border();
FarPoint.Web.Spread.Cell acell;
acell = FpSpread1.Cells[0, 0];
border.BorderStyle = BorderStyle.Dotted;
acell.Border = border;
Dim border As New FarPoint.Web.Spread.Border() Dim acell As FarPoint.Web.Spread.Cell acell = FpSpread1.Cells(0, 0) border.BorderStyle = BorderStyle.Dotted acell.Border = border