[フレーム]
 []
 
MESCIUS Logo MESCIUS Logo
Document Solutions for Excel, Java Edition Logo
DEMOS DOCS API PRICING
FREE TRIAL
(Showing Draft Content)

FindOptions

Class FindOptions

java.lang.Object
com.grapecity.documents.excel.FindOptions

public class FindOptions extends Object
Wraps all optional parameters of the IRange.Find function.
  • Constructor Details

    • FindOptions

      public FindOptions()
  • Method Details

    • getLookIn

      public final FindLookIn getLookIn()
      Get one of the FindLookIn enum.
    • setLookIn

      public final void setLookIn(FindLookIn value)
      Set one of the FindLookIn enum.
    • getLookAt

      public final LookAt getLookAt()
      Get one of the LookAt enum.
    • setLookAt

      public final void setLookAt(LookAt value)
      Set one of the LookAt enum.
    • getSearchOrder

      public final SearchOrder getSearchOrder()
      Get one of the SearchOrder enum.
    • setSearchOrder

      public final void setSearchOrder(SearchOrder value)
      Set one of the SearchOrder enum.
    • getSearchDirection

      public final SearchDirection getSearchDirection()
      Get the search direction. Can be one of the SearchDirection enum.
    • setSearchDirection

      public final void setSearchDirection(SearchDirection value)
      Set the search direction. Can be one of the SearchDirection enum.
    • getMatchCase

      public final boolean getMatchCase()
      Get the search case sensitive. The default value is False .
    • setMatchCase

      public final void setMatchCase(boolean value)
      Set the search case sensitive. The default value is False .
    • getMatchByte

      public final boolean getMatchByte()
      Get MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.
    • setMatchByte

      public final void setMatchByte(boolean value)
      Set MatchByte way. True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.
    • getSearchFormat

      public final IDisplayFormat getSearchFormat()
      Get the search format. The default value is null.
    • setSearchFormat

      public final void setSearchFormat(IDisplayFormat value)
      Set the search format. The default value is null.

AltStyle によって変換されたページ (->オリジナル) /