Class MigrantRangeGroup
Summary description for MigrantRangeGroup.
Implements
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Collections.Grouping
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class MigrantRangeGroup : RangeGroup, IDisposable, IMigrantRange, IRange, IParentApplication, IEnumerable<IRange>, IEnumerable
Constructors
MigrantRangeGroup(IApplication, Object)
Initializes new instance of the object.
Declaration
public MigrantRangeGroup(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object for the new object. |
System.Object | parent | Parent object for the new object. |
Methods
GetEnumerator()
Returns an enumerator that iterates through the Range.
Declaration
public IEnumerator<IRange> GetEnumerator()
Returns
Type |
---|
System.Collections.Generic.IEnumerator<IRange> |
Offset(Int32, Int32)
Returns a Range object that represents a range thats offset from the specified range.
Declaration
public IRange Offset(int row, int column)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | row | The number of rows (positive, negative, or 0 (zero)) by which the range is to be offset |
System.Int32 | column | The number of columns (positive, negative, or 0 (zero)) by which the range is to be offset |
Returns
Type |
---|
IRange |
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. |
Resize(Int32, Int32)
Resizes the specified range.
Declaration
public IRange Resize(int row, int column)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | row | The number of rows in new range |
System.Int32 | column | The number of columns in new range |
Returns
Type |
---|
IRange |
SetValue(Boolean)
Set boolean value
Declaration
public void SetValue(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
SetValue(DateTime)
Set date time 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 integer 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 |