GrapeCity.Xaml.SpreadSheet.UI
ShowDrawingObjectOnly Property


Gets or sets a value that indicates whether to show only the drawing object.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ShowDrawingObjectOnly As Boolean
'Usage
 
Dim instance As CustomDrawingObject
Dim value As Boolean
 
instance.ShowDrawingObjectOnly = value
 
value = instance.ShowDrawingObjectOnly
[DefaultValue()]
public bool ShowDrawingObjectOnly {get; set;}

Property Value

true to only show the drawing object; otherwise, false.
Remarks
If this property is set to true, the text of the cell is not shown, but, any other drawing objects (such as conditional format icons) are still shown.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CustomDrawingObject Class
CustomDrawingObject Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options