Share via


Map.AutoFit Property

AutoFit Table on Refresh.Represents the attribte in schema: AutoFit

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "AutoFit")> _
Public Property AutoFit As BooleanValue
    Get
    Set
'Usage
Dim instance As Map
Dim value As BooleanValue

value = instance.AutoFit

instance.AutoFit = value
[SchemaAttrAttribute(, "AutoFit")]
public BooleanValue AutoFit { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Map Class

Map Members

DocumentFormat.OpenXml.Spreadsheet Namespace