| Visual Basic (Declaration) | |
|---|---|
Public Property RowStart As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int RowStart {get; set;} | |
Return Value
Integer row indexThis example shows how to specify that only part of the sheet prints.
| C# | Copy Code |
|---|---|
// Typically, not all of these settings are used together but are included here for illustration purposes | |
| Visual Basic | Copy Code |
|---|---|
' Typically, not all of these settings are used together but are included here for illustration purposes | |
If you have set the PrintType property to PrintType.CellRange, set the ColStart, ColEnd, RowStart, and RowEnd properties to specify the range of cells to print.
This property does not have an effect unless the PrintType property is set to PrintType.CellRange.
Reference
PrintInfo ClassPrintInfo Members
ColEnd Property
ColStart Property
PrintType Property
RowEnd Property