GridWindow.SetColumnWidth(Variable, Variable, Variable) Method

Top 

Description

Sets the width for the specified column to the value of the width argument.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

GridWindow.SetColumnWidth(

Variable column,


Variable width,


Variable widthType)

 

 

Arguments

column


Description:

The column index used to specify the column that will be changing width.

Valid Range:

column ≥ 0

 

 

width


Description:

The width measurement in widthType units that will be given to the column.

Valid Range:

width ≥ 1

 

 

widthType


Description:

Type of width to apply.

Valid Values:

Value

Label

0

Characters

1

Pixels

 

 

 

 

Syntax

myGridWindow1.SetColumnWidth(myVariable1, myVariable2, myVariable3);

 

 

See also

GridWindow Object

GridWindow Guide