







Text Anchoring
Namespace:
OfficeOpenXml.Drawing
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public eTextAnchoringType TextAnchoring { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TextAnchoring As eTextAnchoringType |
Visual C++ |
---|
public: property eTextAnchoringType TextAnchoring { eTextAnchoringType get (); void set (eTextAnchoringType value); } |