Class ValidationError
java.lang.Object
com.tick42.glue.office.spreadsheets.ValidationError
public final class ValidationError extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValidationError.Builder -
Method Summary
Modifier and Type Method Description static ValidationError.Builderat(long row, long column)StringgetBackgroundColor()longgetColumn()StringgetDescription()StringgetForegroundColor()longgetRow()
-
Method Details
-
getRow
public long getRow() -
getColumn
public long getColumn() -
getDescription
-
getForegroundColor
-
getBackgroundColor
-
at
-