pageBlockTable property
A table
Implementation
PageBlockTable? get pageBlockTable {
if (this is PageBlockTable) {
return this as PageBlockTable;
}
return null;
}
A table
PageBlockTable? get pageBlockTable {
if (this is PageBlockTable) {
return this as PageBlockTable;
}
return null;
}