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.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic bool HasDefaultStyle { get; }Public ReadOnly Property HasDefaultStyle As Boolean
Get
Property Value
Boolean
See Also