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