Skip to content

Commit d3ade68

Browse files
378279: Updated Review Changes
1 parent c2d0212 commit d3ade68

File tree

1 file changed

+2
-2
lines changed
  • ej2-asp-core-mvc/document-editor

1 file changed

+2
-2
lines changed

ej2-asp-core-mvc/document-editor/table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When the maximum row limit is reached, an alert will appear, as follow
7070

7171
![Row Limit Alert](images/Row_Limit_Alert.PNG)
7272

73-
>Note: The maximum value of Row is 32767, as per Microsoft Word application and you can set any value less than 32767 to this property.
73+
>Note: The maximum value of Row is 32767, as per Microsoft Word application and you can set any value less than or equal to 32767 to this property.
7474
7575
## Set the maximum number of Columns when inserting a table
7676

@@ -123,7 +123,7 @@ When the maximum column limit is reached, an alert will appear, as follow
123123

124124
![Column Limit Alert](images/Column_Limit_Alert.PNG)
125125

126-
>Note: The maximum value of Column is 63, as per Microsoft Word application and you can set any value less than 63 to this property.
126+
>Note: The maximum value of Column is 63, as per Microsoft Word application and you can set any value less than or equal to 63 to this property.
127127
128128
## Insert rows
129129

0 commit comments

Comments
 (0)