BorderType
BorderType enumeration
Gibt den Rahmentyp für eine gridCell an.
public enum BorderType
Werte
Name | Wert | Beschreibung |
---|---|---|
Left | 0 | GridCell hat linken Rand. |
Right | 1 | GridCell hat einen rechten Rand. |
Top | 2 | GridCell hat oberen Rand. |
Bottom | 3 | GridCell hat einen unteren Rand. |
DiagonalDown | 4 | GridCell hat DiagonalDown-Grenze. |
DiagonalUp | 5 | GridCell hat DiagonalUp-Rand. |
Siehe auch
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop