SampSharp
SampSharp
SampSharp.Entities.SAMP
TablistDialogRowCollection Class
TablistDialogRowCollection Methods
Add Method
Add Method (String[])
Add Method (TablistDialogRow)
TablistDialogRowCollection
Add Method (
String
)
Adds a row to the list with the specified
columns
.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
void
Add
(
params
string
[]
columns
)
Parameters
columns
Type:
System
String
The columns of the row to add.
Exceptions
Exception
Condition
ArgumentNullException
Thrown if
columns
is null.
See Also
Reference
TablistDialogRowCollection Class
Add Overload
SampSharp.Entities.SAMP Namespace