Gets or sets a value that indicates whether to ignore applying Spread skin.
Syntax
'Declaration
Protected Property IgnoreApplySpreadSkin As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.IgnoreApplySpreadSkin = value
value = instance.IgnoreApplySpreadSkin
protected bool IgnoreApplySpreadSkin {get; set;}
See Also