GetColumnWidth Method (Header)
Class
Header
.
Action
Returns the width of a specified column.
Syntax
C#
columnWidth
=
header
.
GetColumnWidth
(
item
)
VB
columnWidth
=
header
.
GetColumnWidth
(
item
)
Variable
Description
columnWidth
Integer
.
item
The item to return the width for.
ItemIdentifier
.