Gets or sets the option controlling the maximum number of consecutive blank rows or columns.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public int HideAndPagebreakAfterConsecutiveBlankRowCol { get; set; }
public int HideAndPagebreakAfterConsecutiveBlankRowCol { get; set; }Public Property HideAndPagebreakAfterConsecutiveBlankRowCol As Integer
Get
Set
Public Property HideAndPagebreakAfterConsecutiveBlankRowCol As Integer
Get
Set
public:
property int HideAndPagebreakAfterConsecutiveBlankRowCol {
int get ();
void set (int value);
}
public:
property int HideAndPagebreakAfterConsecutiveBlankRowCol {
int get ();
void set (int value);
}member HideAndPagebreakAfterConsecutiveBlankRowCol : int with get, set
member HideAndPagebreakAfterConsecutiveBlankRowCol : int with get, set
Property Value
Type:
Int32
Corresponds to the Hide and page break after ___ consecutive blank rows and columns option under the Spreadsheet Options tab.
Reference