Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class CellBorders
Public Class CellBorders
public ref class CellBorders
type CellBorders = class end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| All |
Sets all four border sides.
| |
| AllColor |
Sets all four border sides.
| |
| Bottom | ||
| BottomColor | ||
| DiagonalDown |
Gets or sets the diagonal down border.
| |
| DiagonalDownColor |
Gets or sets the diagonal down border.
| |
| DiagonalUp |
Gets or sets the diagonal down border.
| |
| DiagonalUpColor |
Gets or sets the diagonal down border.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetBorderColor(BorderType) |
Get border's color.
| |
| GetBorderLineType(BorderType) |
Get line type of the border.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( BorderType])]) |
Returns the border line type.
| |
| Left |
Gets or sets the left border
| |
| LeftColor |
Gets or sets the left border
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Right |
Gets or sets the right border
| |
| RightColor |
Gets or sets the right border
| |
| SetBorderColor(BorderType, Color) |
Set border's color.
| |
| SetBorderLineType(BorderType, BorderLineType) |
Set line type of the border.
| |
| Top |
Gets or sets the top border
| |
| TopColor |
Gets or sets the top border
| |
| ToString()()()() | (Inherited from Object.) |