GetStyle  Table

The GetStyle function retrieves one style of the specified cell.

Syntax

String Table.GetStyle(
     Integer index,
     String field,
     String name)

Parameters

indexIndex of the item.Required
fieldName or Index of the field.Required
nameName of the style.Required

Return value

The GetStyle function returns the value of the specified cell style.

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

Example

String color
color = myTable.GetStyle(0, "0""textcolor")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia