ExcelXMLFileRow GitHub

📊 Overview: 4 Properties 1 Constructor 1 Functions

📝 Description

Adds a cell to this row with value, type, style ID, and optional formula

🕐 Last updated: 2025-12-10T11:45:22.910Z


📑 Table of Contents


Properties

Property Type Default Description
Cells Collection [] Collection of cell objects for this row
CellType_Number Text "Number" Constant for numeric cell type
CellType_String Text "String" Constant for string cell type
CellType_ISODateTime Text "DateTime" Constant for ISO date/time cell type

Constructor

constructor

[🏗️ constructor]

Class constructor

Creates a new Excel row with empty cells collection and cell type constants


Functions

Regular Functions

addCell

Function addCell($Value : Text; $Type : Text; $StyleID : Text; $Formula : Text)

Adds a cell to this row with value, type, style ID, and optional formula

Parameters:

Name Type Optional Description
$Value Text - -
$Type Text - -
$StyleID Text - -
$Formula Text - -


Generated from ExcelXMLFileRow.4dm