Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EightData Functions (continued)

DataSheetGetCellStyle Function

Overview

The DataSheetGetCellStyle function returns the style associated with a specified cell.

Syntax/Parameters

Syntax

string = DataSheetGetCellStyle ( handle hSheet, int row, int column );

string = DataSheetGetCellStyle ( handle hSheet, string row, string column );

string = DataSheetGetCellStyle ( handle hSheet, string address );

Parameters

hSheet

A handle to a Data Sheet object.

row

An int or string specifying a zero-based row or Y position for the cell.

column

An int or string specifying a zero-based column or X position for the cell.

address

A string specifying the cell position by cell address such as “A1”.

Return Value

Returns a string containing the cell’s style or an empty string on failure. Use the GetLastError function to retrieve error information.

Remarks

The style is returned as a CSS inline property string.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic

Page revised 2024-04-22