Skip to content

Commit db76b3e

Browse files
987773: Resolved the comments
1 parent e932950 commit db76b3e

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Document-Processing/Excel/Spreadsheet/Blazor/cell-range.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ Cell formatting options include:
4242
* **Middle** – Centers content vertically
4343
* **Bottom** – Default alignment
4444

45-
* **Wrap Text** - Displays long content on multiple lines within a single cell, preventing it from overflowing into adjacent cells.
46-
47-
N> To apply Wrap Text
48-
1. Select the target cell (e.g., C5) or range.
49-
2. 2. Go to Home tab -> Wrap Text in the ribbon to toggle wrapping for the selection.
45+
* **Wrap Text** - Displays long content on multiple lines within a single cell, preventing it from overflowing into adjacent cells. To apply this feature, select the target cell or range (e.g., C5), then go to the Home tab and click Wrap Text in the ribbon to toggle wrapping for the selection.
5046

5147
Cell formatting can be applied or removed from a cell or range by using the options available in the component's built-in **Ribbon** under the **Home** tab.
5248

Document-Processing/Excel/Spreadsheet/Blazor/rows-and-columns.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Rows and columns in Blazor Spreadsheet component | Syncfusion
4-
description: Learn here all about Rows and columns in the Syncfusion Blazor Spreadsheet component and more.
4+
description: Learn here all about Rows and columns in the Blazor Spreadsheet component and more.
55
platform: document-processing
66
control: Spreadsheet
77
documentation: ug
@@ -133,11 +133,14 @@ The Blazor Spreadsheet component enables you to define the initial number of row
133133
* The default `RowCount` is **1000**.
134134
* The default `ColumnCount` is **200**.
135135

136-
Rendering Behavior
136+
**Rendering Behavior**
137+
138+
- **Without Data Source:**
139+
140+
- When no data is bound to the spreadsheet, the sheet renders empty cells up to RowCount × ColCount.
141+
142+
- **With Data Source (e.g., byte array or imported file):**
137143

138-
- Without Data Source:
139-
- When no data is bound to the spreadsheet, the sheet renders empty cells up to RowCount × ColCount.
140-
- With Data Source (e.g., byte array or imported file):
141144
- If the data source has fewer rows/columns than RowCount/ColCount, the spreadsheet renders additional empty rows/columns to meet the specified counts.
142145
- If the data source has more rows/columns than RowCount/ColCount, the spreadsheet renders enough rows/columns to display all data from the source (i.e., it extends beyond the specified counts to fit the data). Your data is never truncated by these properties.
143146

0 commit comments

Comments
 (0)