SetItemStyle  Table

The SetItemStyle function changes one style of the specified item.

Syntax

Table.SetItemStyle(
     Integer index,
     String name,
     String value)

Parameters

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

Return value

The SetItemStyle function has no return values.

Example

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