SetFieldStyle  Table

The SetFieldStyle function changes one style of the specified field.

Syntax

Table.SetFieldStyle(
     String field,
     String name,
     String value)

Parameters

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

Return value

The SetFieldStyle function has no return values.

Example

myTable.SetFieldStyle("0""width""100")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia