Infragistics(R) NetAdvantage(R) WPF
IsCellTypeSupported Method
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > WorksheetCell Class : IsCellTypeSupported Method

cellType
The type to test.
Returns True if a particular type can be exported to excel.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsCellTypeSupported( _
   ByVal cellType As Type _
) As Boolean
C# 
public static bool IsCellTypeSupported( 
   Type cellType
)

Parameters

cellType
The type to test.

Return Value

True if the type is supported as a cell value, False otherwise.

Exceptions

ExceptionDescription
System.ArgumentNullException is null.

See Also