NamedRange::ColumnWidth Property

 

Gets or sets the width of all columns in the NamedRange control.

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

property Object^ ColumnWidth {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

If all columns in the NamedRange control have the same width, this property returns an object that represents the width. If columns in the range have different widths, this property returns null.

One unit of column width is equal to the width of one character in the Normal style. For proportional fonts, the width of the character 0 (zero) is used.

Use the Width property to return the width of a column in points.

The following code example creates a NamedRange and then sets the width of the columns and the height of the rows that are part of the range.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: