Skip to content

Commit a68743c

Browse files
992493-NoteRelativeRange
1 parent 237b5fa commit a68743c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Document-Processing/Excel/Excel-Library/NET/Worksheet-Cells-Manipulation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ The following code example illustrates how to access the range relatively to the
126126

127127
N> Here row and column indexes in the range are "one-based".
128128

129+
N> When **ExcelRangeIndexerMode** is set to **Relative**, only numeric index access is relative to the specified range. In this mode, row and column indexes are one-based and reference cells within the range. Address-based access using the A1 reference style (example A1, B5) always points to the worksheet and returns results from the worksheet origin rather than from the specified range.
130+
129131
{% tabs %}
130132
{% highlight c# tabtitle="C# [Cross-platform]" playgroundButtonLink="https://raw.githubusercontent.com/SyncfusionExamples/XlsIO-Examples/master/Editing%20Excel%20cells/Access%20Relative%20Range/.NET/Access%20Relative%20Range/Access%20Relative%20Range/Program.cs,180" %}
131133
using (ExcelEngine excelEngine = new ExcelEngine())

0 commit comments

Comments
 (0)