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 HorizontalAlignmentType HorizontalAlignment { get; set; }
Public Property HorizontalAlignment As HorizontalAlignmentType
	Get
	Set
public:
property HorizontalAlignmentType HorizontalAlignment {
	HorizontalAlignmentType get ();
	void set (HorizontalAlignmentType value);
}
member HorizontalAlignment : HorizontalAlignmentType with get, set

Property Value

HorizontalAlignmentType

See Also