ExcelRangeHasDefaultStyle Property
Gets a value indicating if the specified range was set with a style different from the default style.
True means all the range cells have the default style.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool HasDefaultStyle { get; }
Public ReadOnly Property HasDefaultStyle As Boolean
Get
public:
property bool HasDefaultStyle {
bool get ();
}
member HasDefaultStyle : bool with get
Property Value
Boolean