Can you share the code snippet how we can achieve the Cell.Offset() functionality using Spire.XLS
Is their any direct similar function in Spire XLS for that.
Like -- Interop.Excel having these type fuction , to get cells by providing offsets .
Offset(Optional RowOffset As Object = Nothing, Optional ColumnOffset As Object = Nothing) As Range
e.g. --cell.Offset(0, -4).Value