Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ITextFrame Interface / HorizontalAnchor Property
In This Topic
    HorizontalAnchor Property
    In This Topic
    Gets or sets horizontal anchor for Text frame in the shape
    If you want to set the horizontal alignment of the text, use ITextRange.TextAlignment.
    Syntax
    HorizontalAnchor HorizontalAnchor {get; set;}
    See Also