TextBuilderBeginAndText Method |
Start writing a text that has 0 or more
text parts that are put together with "and".
Namespace: ArtDatabankenAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void BeginAndText(
int numberOfAndParts
)
Public Sub BeginAndText (
numberOfAndParts As Integer
)
public:
void BeginAndText(
int numberOfAndParts
)
member BeginAndText :
numberOfAndParts : int -> unit
Parameters
- numberOfAndParts
- Type: SystemInt32
Number of and parts in the sentence.
See Also