Overload | Description |
---|---|
TextRow Constructor() | Initializes a new instance of the TextRow class. |
TextRow Constructor(String) | Initializes a new instance of the TextRow class using the specified string as its text. |
TextRow Constructor(RowSelector) | Initializes a new instance of the TextRow class specifying its RowSelector. |
TextRow Constructor(TextRow) | Initializes a new instance of the TextRow class specifying the template that will be used to create other text rows. |