Class ValidationError

java.lang.Object
com.tick42.glue.office.spreadsheets.ValidationError

public final class ValidationError extends Object
  • Method Details

    • getRow

      public long getRow()
    • getColumn

      public long getColumn()
    • getDescription

      public String getDescription()
    • getForegroundColor

      public String getForegroundColor()
    • getBackgroundColor

      public String getBackgroundColor()
    • at

      public static ValidationError.Builder at(long row, long column)