offset method
Implementation
offset() {
var count = 0;
if (header != null) {
count++;
}
if (footer != null) {
count++;
}
return count;
}
offset() {
var count = 0;
if (header != null) {
count++;
}
if (footer != null) {
count++;
}
return count;
}