Tabnine Logo
BaseCellFeatures.getSharedDataValidationRange
Code IndexAdd Tabnine to your IDE (free)

How to use
getSharedDataValidationRange
method
in
jxl.biff.BaseCellFeatures

Best Java code snippets using jxl.biff.BaseCellFeatures.getSharedDataValidationRange (Showing top 2 results out of 315)

origin: net.sourceforge.jexcelapi/jxl

 /**
  * Gets the range of cells to which the data validation applies.  If the
  * validation applies to just this cell, this will be reflected in the 
  * returned range
  *
  * @return the range to which the same validation extends, or NULL if this
  *         cell doesn't have a validation
  */
 public Range getSharedDataValidationRange()
 {
  return super.getSharedDataValidationRange();
 }
}
origin: com.hynnet/jxl

 /**
  * Gets the range of cells to which the data validation applies.  If the
  * validation applies to just this cell, this will be reflected in the 
  * returned range
  *
  * @return the range to which the same validation extends, or NULL if this
  *         cell doesn't have a validation
  */
 public Range getSharedDataValidationRange()
 {
  return super.getSharedDataValidationRange();
 }
}
jxl.biffBaseCellFeaturesgetSharedDataValidationRange

Javadoc

Gets the range of cells to which the data validation applies. If the validation applies to just this cell, this will be reflected in the returned range

Popular methods of BaseCellFeatures

  • clearValidationSettings
    Clears out any existing validation settings
  • getComment
    Accessor for the cell comment
  • getDVParser
    Gets the dv parser
  • getDataValidationList
    Gets the data validation list as a formula. Used only when reading
  • setComment
    Sets the cell comment

Popular in Java

  • Start an intent from android
  • startActivity (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JFrame (javax.swing)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now