Class TableView.CellPosition
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Class to specify the layout position for the child view.
C#Copypublic class CellPosition : Disposable, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic CellPosition()
API Level: 3
Declaration
C#Copypublic CellPosition(uint rowIndex)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | rowIndex | The row index initialized. |
API Level: 3
View Source
CellPosition(UInt32, UInt32)
The constructor to initialize values to defaults for convenience.
Declaration
C#Copypublic CellPosition(uint rowIndex, uint columnIndex)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | rowIndex | The row index initialized. |
System.UInt32 | columnIndex | The column index initialized. |
API Level: 3
View Source
CellPosition(UInt32, UInt32, UInt32)
The constructor to initialize values to defaults for convenience.
Declaration
C#Copypublic CellPosition(uint rowIndex, uint columnIndex, uint rowSpan)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | rowIndex | The row index initialized. |
System.UInt32 | columnIndex | The column index initialized. |
System.UInt32 | rowSpan | The row span initialized. |
API Level: 3
Declaration
C#Copypublic CellPosition(uint rowIndex, uint columnIndex, uint rowSpan, uint columnSpan)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | rowIndex | The row index initialized. |
System.UInt32 | columnIndex | The column index initialized. |
System.UInt32 | rowSpan | The row span initialized. |
System.UInt32 | columnSpan | The column span initialized. |
API Level: 3
Properties
Declaration
C#Copypublic uint ColumnIndex { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
API Level: 5
Declaration
C#Copypublic uint ColumnSpan { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
API Level: 5
Declaration
C#Copypublic uint RowIndex { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
API Level: 5
Declaration
C#Copypublic uint RowSpan { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
API Level: 5
Implements
System.IDisposable