FullName property

This property returns the full name of the spreadsheet, including it's path and name. For example on Microsoft® Windows® , the format is D:\\test.ods . On Linux®, the format is /home/me/test.ods.

Defined in

Spreadsheet

Data type

String

Syntax

public String getFullName()

See examples

Example: FullName property