Objective Grid for Microsoft® .NET® Reference Guide

HorizontalAlignment Enumeration

Back to Class Index

This enumeration specifies the horizontal alignment of contents in a cell.

[Visual Basic]
Public Enum HorizontalAlignment
[C#]
public enum HorizontalAlignment

Remarks

This enumeration represents the different horizontal alignment options for the contents of a cell that you can specify with the property of the Style class.

Members

Member NameDescription
Left Specifies that the contents of a cell are aligned with the left
Center Specifies that the contents of a cell are aligned with the center
Right Specifies that the contents of a cell are aligned with the right

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace