ExcelRange.IsString Property
Gets a flag indicating if all the cells in the range are of string type.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
public bool IsString { get; }
Public ReadOnly Property IsString As Boolean
Get
public:
property bool IsString {
bool get ();
}
member IsString : bool with get
Property Value
Boolean