SetStyle  Table

The SetStyle function changes one style of the specified cell.

Syntax

Table.SetStyle(
     Integer index,
     String field,
     String name,
     String value)

Parameters

indexIndex of the line.Required
fieldName or Index of the field.Required
nameName of the style.Required
valueValue of the style.Required

Return value

The SetStyle function has no return values.

Example

myTable.SetStyle(0, "0""align""center")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia