ExcelFoundRow

data class ExcelFoundRow(val index: Int, val new: Boolean)

Constructors

Link copied to clipboard
constructor(index: Int, new: Boolean)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard