GetItemStyle  Table

The GetItemStyle function retrieves one style of the specified item.

Syntax

String Table.GetItemStyle(
     Integer index,
     String name)

Parameters

indexIndex of the item.Required
nameName of the style.Required

Return value

The GetItemStyle function returns the value of the specified item style.

If an error occurs, the GetItemStyle function returns an empty string.

Example

height = myTable.GetItemStyle(0, "height")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia