SkipMerged Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether when copying, skip cells that have been merged.
Syntax
'Declaration
Public Overridable Property SkipMerged As Boolean
public virtual bool SkipMerged {get; set;}
See Also