Skip to content

Commit d0ea759

Browse files
959853: Added table format for the parameter
1 parent a97ec04 commit d0ea759

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

Document-Processing/Excel/Spreadsheet/Blazor/worksheet.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,9 @@ Retrieves key properties of the [GetActiveWorksheet](https://help.syncfusion.co
109109

110110
Retrieves key properties of the [GetData](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_GetData_System_String_), for a single cell or a selected range and returns a map keyed by each cell's address. Each value is a `CellData` built from the corresponding worksheet cell, including value, number format, formatted display text (when a format is applied), wrap state, lock state, optional hyperlink, and computed style. Returns null when the provided address is null or whitespace.
111111

112-
Parameters
113-
114-
- `cellAddress` string: The cell or selected range to read. Supported forms:
115-
- Single cell (for example, "A1")
116-
- Selected range (for example, "A2:B5")
117-
- Sheet-qualified (for example, "Sheet1!A1" or "Sheet1!A2:B5")
118-
When a worksheet name is included, data is read from that worksheet; otherwise, the active worksheet is used.
112+
| Parameter | Type | Description |
113+
| -- | -- | -- |
114+
| cellAddress | string | Specifies the cell or range to read. Supports A1 addresses (for example, "A1"), ranges (for example, "A2:B5"), or sheet-qualified references (for example, "Sheet1!A1" or "Sheet1!A2:B5"). When a sheet name is specified, data is read from that sheet; otherwise, the active sheet is used. Null or whitespace results in no data being returned. |
119115

120116
{% tabs %}
121117
{% highlight razor %}

0 commit comments

Comments
 (0)