Column.BestFit Property

Best Fit Column Width.Represents the attribte in schema: bestFit

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

Syntax

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

value = instance.BestFit

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Column Class

Column Members

DocumentFormat.OpenXml.Spreadsheet Namespace