FarPoint.Web.Spread 名前空間 > SheetView クラス : SheetCornerStyle プロパティ |
'Declaration
Public Property SheetCornerStyle As StyleInfo
public StyleInfo SheetCornerStyle {get; set;}
FarPoint.Web.Spread.SheetView sv;
sv = FpSpread1.ActiveSheetView;
sv.SheetCornerStyle.Border = new FarPoint.Web.Spread.Border(BorderStyle.Double, Color.Red);
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView sv.SheetCornerStyle.Border = New FarPoint.Web.Spread.Border(BorderStyle.Double, Color.Red)