|
GoFiler Legato Script Reference
Legato v 1.5b
Application v 5.24b
|
Chapter Eighteen — DataView Integration (continued)
18.7
Cell Access Functions
18.7.1
Overview
The section covers cell functions performing mid edit level actions on one or more cells.
18.7.2
Functions
DataViewCellGetByName — Gets the text (current display value) of a cell by using the cell name.
DataViewCellGetData — Returns all the properties/data items for a cell.
DataViewCellGetName — Gets the name of a cell.
DataViewCellGetText — Gets the text (current display value) of a cell.
DataViewCellGetType
DataViewCellSetByName — Sets the text (working display data) of a cell by named position.
DataViewCellSetName — Sets the name of a cell.
DataViewCellSetReadOnly — Sets the cell as read-only.
DataViewCellSetText — Sets the text (working display data) of a cell.
DataViewEnumerateNamedCells — Enumerates all named cells within a sheet.
DataViewFindCell — Finds the cell position
by working/display text. Option case match and partial cell match flags.
DataViewFindCellByName — Locates a cell by its name, returns a cell address.
DataViewIsMergedCell — Tests for a cell being merged over.
DataViewIsNullCell — Tests for a cell record being a matrix position without data or attributes.
DataViewIsProtectedCell — Tests for a cell record as having protected status.
DataViewIsReadOnlyCell — Tests for a cell record as having read-only status.
DataViewIsRegionEmpty — Tests a region for being empty.
Page revised 2024-10-21
© 2012-2024 Novaworks, LLC. All rights reserved
worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and
11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC.
EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated
with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective
owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software
License Agreement.