UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
ResizeColumn(UInt32,UInt32) Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.SAP.UI5 Namespace
>
IDesktopTableBehavior Interface
>
ResizeColumn Method
: ResizeColumn(UInt32,UInt32) Method
the number of the column to resize (1-based).
the width to resize to.
Resizes the specified column (according to its index) to the specified width.
Syntax
C#
void
ResizeColumn(
uint
columnNumber
,
uint
width
)
Parameters
columnNumber
the number of the column to resize (1-based).
width
the width to resize to.