Click or drag to resize

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:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public bool HasDefaultStyle { get; }

Property Value

Type: Boolean
See Also