Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > ColumnProperties > Width

Width Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns the width of the column in points (1/72 of an inch).

Width is a read / write property.



Examples:

[csharp]
double colWidth = colProps.Width;
[csharp]
colProps.Width = 100;
[vbnet]
Dim colWidth As Double = colProps.Width
[vbnet]
colProps.Width = 100


Getter

Signature:

public double Width

Returns:

double The width of the column in points.

Setter

Signature:

public void Width double width

Type:

double



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.