ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / SetColumnWidth Method
The column number to set the width on (zero based).
Width in inches to be set on the column

In This Topic
SetColumnWidth Method
In This Topic
Sets the column width on the BiffRow object that represents the specified row number.
Syntax
'Declaration
 
Public Sub SetColumnWidth( _
   ByVal col As Short, _
   ByVal width As Single _
) 
 

Parameters

col
The column number to set the width on (zero based).
width
Width in inches to be set on the column
See Also