Sets a value indicating wether table grid lines are shown or not.
<void> TableCollection.setGridLines(<number> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
value | Specifies whether table grid lines are shown or not. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |