Visual Basic (Declaration) | |
---|---|
Public Property ShowFocusRectangle As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FpSpread Dim value As Boolean instance.ShowFocusRectangle = value value = instance.ShowFocusRectangle |
C# | |
---|---|
public bool ShowFocusRectangle {get; set;} |
Property Value
Boolean: true to display the focus rectangle; false to hide itNote: The focus rectangle is not displayed if there are child sheets or the frozen rows or the frozen columns are not 0. The rectangle is displayed if touch is enabled.
Copy Code | |
---|---|
FpSpread1.ShowFocusRectangle = true; |
Visual Basic | Copy Code |
---|---|
FpSpread1.ShowFocusRectangle = True |
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
Reference
FpSpread ClassFpSpread Members
FocusRectangleBorderColor Property
FocusRectangleBorderStyle Property