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; }
Public ReadOnly Property HasDefaultStyle As Boolean
Get
Property Value
Type:
BooleanSee Also