Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class
Properties Methods Events

In This Topic
    FloatingObject Class Members
    In This Topic

    The following tables list the members exposed by FloatingObject.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value that indicates whether this floating object can print.  
    Public PropertyGets or sets whether the object moves when hiding or showing, resizing, or moving rows or columns.  
    Public PropertyGets or sets whether the size of the object changes when hiding or showing, resizing, or moving rows or columns.  
    Public PropertyGets the end column index of the floating object position.  
    Public PropertyGets the offset relative to the end column of the floating object.  
    Public PropertyGets the end row index of the floating object position.  
    Public PropertyGets the offset relative to the end row of the floating object.  
    Public PropertyGets or sets a value that indicates whether this floating object is selected.  
    Public PropertyGets or sets the location of a floating object.  
    Public PropertyGets or sets a value that indicates whether this floating object is locked.  
    Public PropertyGets the name of the floating object.  
    Public PropertyGets or sets the size of a floating object.  
    Public PropertyGets the starting column index of the floating object position.  
    Public PropertyGets the offset relative to the start column of the floating object.  
    Public PropertyGets the starting row index of the floating object position.  
    Public PropertyGets the offset relative to the start row of the floating object.  
    Public PropertyGets or sets a value that indicates whether this floating object is visible.  
    Public PropertyGets or sets the z-index of this floating object.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodDetermines whether the PropertyChanged event is suspended.  
    Public MethodResumes the PropertyChanged event of the floating object.  
    Public MethodSuspends the PropertyChanged event of the floating object.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also