FarPoint.Win.Spread
IgnoreApplySpreadSkin Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : IgnoreApplySpreadSkin Property


Gets or sets a value indicates whether to ignore applying Spread skin.

Syntax

Visual Basic (Declaration) 
Protected Property IgnoreApplySpreadSkin As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim value As Boolean
 
instance.IgnoreApplySpreadSkin = value
 
value = instance.IgnoreApplySpreadSkin
C# 
protected bool IgnoreApplySpreadSkin {get; set;}

See Also