Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String
bThrowException
Boolean

Return Value

Boolean

See Also