FixedPositioning Property (XlsxOptionsForm)
In This Topic
Gets or sets a value indicating whether objects within the document should have absolute fixed positions, or added to the document flow if possible.
Syntax
'Declaration
Public Overridable Property FixedPositioning As Boolean
public virtual bool FixedPositioning {get; set;}
See Also