value class Skip


Defines how many rows and/or columns to skip, starting from the given position. For Grid, specify the Skip with Skip(position, rows, columns) For Row/Column, specify the Skip with Skip(position, size)

Summary

Public constructors

Skip(description: String)

create a new Skip containing the position and size information of the skipped area

Skip(position: Int, size: Int)
Skip(position: Int, rows: Int, columns: Int)

Public properties

String

string to specify span.

Public constructors

Skip

Added in 1.1.0-alpha13
Skip(description: String)

create a new Skip containing the position and size information of the skipped area

Parameters
description: String

string to specify span. For Grid: "position:rowsxcolumns"; For Row/Columns: "position:size"

Skip

Added in 1.1.0-alpha13
Skip(position: Int, size: Int)

Skip

Added in 1.1.0-alpha13
Skip(position: Int, rows: Int, columns: Int)

Public properties

description

Added in 1.1.0-alpha13
val descriptionString

string to specify span. For Grid: "position:rowsxcolumns"; For Row/Columns: "position:size"