Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CellBorders Borders { get; }
Public ReadOnly Property Borders As CellBorders
	Get
public:
property CellBorders^ Borders {
	CellBorders^ get ();
}
member Borders : CellBorders with get

Property Value

CellBorders

See Also