Interface IMigrantRange
Represents range object for the single cell. Coordinates of such object can be changed. There should be only one such object for single worksheet.
Inherited Members
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IMigrantRange : IRange, IParentApplication, IEnumerable<IRange>, IEnumerable
Methods
ResetRowColumn(Int32, Int32)
Resets row and column values.
Declaration
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)
Assigns bool value to the Merged region.
Declaration
void SetValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | Value to be assigned |
SetValue(DateTime)
Assigns DateTime value to the Merged region.
Declaration
void SetValue(DateTime value)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | value | Value to be assigned |
SetValue(Double)
Assigns double value to the Merged region.
Declaration
void SetValue(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | Value to be assigned |
SetValue(Int32)
Assigns integer value to the Merged region.
Declaration
void SetValue(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | Value to be assigned |
SetValue(String)
Assigns string value to the Merged region.
Declaration
void SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | Value to be assigned |