Skip to content

Commit 66e3728

Browse files
FLUT-6317-[documentation][flutter]: API reference links
1 parent e942d6c commit 66e3728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flutter/xlsio/worksheet-rows-and-columns-manipulation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ workbook.dispose();
185185

186186
## Show or Hide Rows and Columns
187187

188-
Visibility of rows and columns can be set by using the showRows and showColumns methods as shown below.
188+
Visibility of rows and columns can be set by using the [showRows](https://pub.dev/documentation/syncfusion_flutter_xlsio/latest/xlsio/Range/showRows.html) and [showColumns](https://pub.dev/documentation/syncfusion_flutter_xlsio/latest/xlsio/Range/showColumns.html) methods as shown below.
189189

190190
{% highlight dart %}
191191

@@ -212,7 +212,7 @@ workbook.dispose();
212212

213213
## Show or Hide Specific Range
214214

215-
The following code snippet shows how to set the visibility for a specific range.
215+
The following code snippet shows how to set the visibility for a specific range through [showRange](https://pub.dev/documentation/syncfusion_flutter_xlsio/latest/xlsio/Range/showRange.html) method .
216216

217217
{% highlight dart %}
218218

0 commit comments

Comments
 (0)