FabricSheet.IsValidHost(Element)
Method
Description:
Checks whether an element is a valid host for fabric sheet.
Checks whether an element is a valid host for fabric sheet.
Parameters
| Parameter | Type | Description |
|---|---|---|
| host | Element | The element to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the element is a valid host for fabric sheet, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |