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.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public bool HasDefaultStyle { get; }

Property Value

Boolean

See Also