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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidationError.Builderat(long row, long column)StringgetBackgroundColor()longgetColumn()StringgetDescription()StringgetForegroundColor()longgetRow()
-
-
-
Method Detail
-
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)
-
-