Interface IRangeGetterToken
This interface should be implemented by those tokens that can be converted to IRange.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public interface IRangeGetterToken : IRangeGetter, IRectGetter
  Methods
ConvertToError()
Converts current token into error token.
Declaration
Ptg ConvertToError()
  Returns
| Type | Description | 
|---|---|
| Ptg | Created token.  | 
      
UpdateRectangle(Rectangle)
Updates token using data from specified rectangle.
Declaration
Ptg UpdateRectangle(Rectangle rectangle)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Rectangle | rectangle | Rectangle with new token coordinates.  | 
      
Returns
| Type | Description | 
|---|---|
| Ptg | Updated token.  |