[]
        
(Showing Draft Content)

FarPoint.Win.Spread.AdvancedSearchDialog

AdvancedSearchDialog Class

Represents an advanced search dialog.

Inheritance
ContainerControl
AdvancedSearchDialog
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class AdvancedSearchDialog : SearchDialog, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class AdvancedSearchDialog
    Inherits SearchDialog
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Properties

Name Description
EndSheetIndex

Gets or sets the index of the sheet at which to end the search.

SearchCellText

Gets or sets whether to search the text of cells.

SearchNotes

Gets or sets whether to search the text of cell notes.

SearchTags

Gets or sets whether to search cell tags, if the object is representable as a string.

StartSheetIndex

Gets or sets the index of the sheet at which to start the search.

Methods

Name Description
Dispose(bool)

Cleans up any resources being used.

DoSearch(int, int, int, ref int, ref int)

Internal use only. Does the search.

SetCustomTextToDefaults()

Sets the custom text in the form to default values.

advancedLabel_Paint(object, PaintEventArgs)

Internal use only. Occurs when the label is painted.