ClipToBounds Property (SheetView)
In This Topic
Syntax
'Declaration
Public Property ClipToBounds As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.ClipToBounds = value
value = instance.ClipToBounds
public bool ClipToBounds {get; set;}
See Also