startRow property

  1. @BuiltValueField.new(wireName: r'StartRow')
int? get startRow

Row where the text string has to be displayed or printed.

Implementation

@BuiltValueField(wireName: r'StartRow')
int? get startRow;