Excel for WinRT
Width Property


Gets or sets the width of the column, in twips.
Syntax
'Declaration
 
Public Property Width As System.Integer
'Usage
 
Dim instance As XLColumn
Dim value As System.Integer
 
instance.Width = value
 
value = instance.Width
public System.int Width {get; set;}
Remarks

A value of -1 indicates that the column should be displayed using the sheet's XLSheet.DefaultColumnWidth.

To convert between pixels and twips, use the C1XLBook.TwipsToPixels and PixelsToTwips methods.

See Also

Reference

XLColumn Class
XLColumn Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback