FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BorderProperty Class : BorderStyleRight Field |
'Declaration Public Shared ReadOnly BorderStyleRight As BorderProperty
'Usage Dim value As BorderProperty value = BorderProperty.BorderStyleRight
public static readonly BorderProperty BorderStyleRight
FarPoint.Web.Spread.Border border = New FarPoint.Web.Spread.Border();
FarPoint.Web.Spread.Cell acell;
bool bl;
acell = FpSpread1.Cells[0, 0];
border.BorderColor = Color.Red;
border.BorderSize = 2;
border.BorderStyle = BorderStyle.Groove;
bl = border.IsDefined(FarPoint.Web.Spread.BorderProperty.BorderStyle);
acell.Border = border;
TextBox1.Text = Convert.ToString(bl);
Dim border As New FarPoint.Web.Spread.Border() Dim acell As FarPoint.Web.Spread.Cell Dim bl As Boolean acell = FpSpread1.Cells(0, 0) border.BorderColor = Color.Red border.BorderSize = 2 border.BorderStyle = BorderStyle.Groove bl = border.IsDefined(FarPoint.Web.Spread.BorderProperty.BorderStyle) acell.Border = border TextBox1.Text = bl
For more information on these border styles, see the BorderStyle enumeration in the Microsoft .NET Framework Reference.
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6