XlsChart
CheckDataTablePossibility Method
|
Checks whether data table is compatible with specified start type.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static bool CheckDataTablePossibility(
string startType,
bool bThrowException
)
Public Shared Function CheckDataTablePossibility (
startType As String,
bThrowException As Boolean
) As Boolean
public:
static bool CheckDataTablePossibility(
String^ startType,
bool bThrowException
)
static member CheckDataTablePossibility :
startType : string *
bThrowException : bool -> bool
Parameters
-
startType
-
Type:
System
String
The type of the data table to check.
-
bThrowException
-
Type:
System
Boolean
Indicates whether to throw an exception if the data table type is not supported.
Return Value
Type:
Boolean
A boolean indicating whether the data table type is supported.
See Also