GetColumnTitle Method (SapTable)
Class
SapTable
class
Action
This method returns the title of the given column.
Syntax
sColumnTitle
=
table
.
GetColumnTitle
(
column
)
Variable
Description
sColumnTitle
STRING.
column
Index of the column. The value is one-based. INTEGER.