Class MigrantRangeImpl
Summary description for MigrantRangeImpl.
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<IRange>
System.Collections.IEnumerable
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class MigrantRangeImpl : RangeImpl, IReparse, ICombinedRange, ICellPositionFormat, INativePTG, IDisposable, IMigrantRange, IRange, IParentApplication, IEnumerable<IRange>, IEnumerable
Constructors
MigrantRangeImpl(IApplication, IWorksheet)
Declaration
public MigrantRangeImpl(IApplication application, IWorksheet parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | |
IWorksheet | parent |
Methods
ResetRowColumn(Int32, Int32)
Resets row and column values.
Declaration
public void ResetRowColumn(int iRow, int iColumn)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | iRow | One-based row index of the new cell address. |
System.Int32 | iColumn | One-based column index of the new cell address. |
SetValue(Boolean)
Set boolean value
Declaration
public void SetValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
SetValue(DateTime)
Set DateTime value
Declaration
public void SetValue(DateTime value)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | value |
SetValue(Double)
Set double value
Declaration
public void SetValue(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
SetValue(Int32)
Set int value
Declaration
public void SetValue(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |
SetValue(String)
Set string value
Declaration
public void SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Implements
System.IDisposable
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable