SetBorderPosition
SetBorderPosition enumeration
Stellt die festzulegende Grenzposition eines Zellbereichs dar.
public enum SetBorderPosition
Werte
Name | Wert | Beschreibung |
---|---|---|
Top | 0 | Oberer Rand |
Bottom | 1 | Unterer Rand |
Left | 2 | Linker Rand |
Right | 3 | Rechter Rand |
HorizontalMiddle | 4 | Unterer Rand |
VerticalMiddle | 5 | HorizontalMittelrand |
Outline | 6 | VerticalMiddle Ränder |
Cross | 7 | Grenzen überschreiten |
None | 8 | Keine Grenzen |
Beispiele
[C#]
GridWeb1.WebWorksheets[0].Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1);
[VB]
GridWeb1.WebWorksheets(0).Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1)
Siehe auch
- namensraum Aspose.Cells.GridWeb
- Montage Aspose.Cells.GridWeb