Share via


Range.UseStandardWidth Property

Determines if the column width of the Range object equals the standard width of the sheet.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property UseStandardWidth As Object
    Get
    Set
'Usage
Dim instance As Range
Dim value As Object

value = instance.UseStandardWidth

instance.UseStandardWidth = value
Object UseStandardWidth { get; set; }

Property Value

Type: System.Object

Remarks

This property returns True if the column width of the Range object equals the standard width of the sheet and Null if the range contains more than one column and the columns aren’t all the same width.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace