Search
Selection.Set Method (DateTime, DateTime)
See Also
 






Selects a range of date cells.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Set (
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

Public Sub Set( _
    start As DateTime, _
    end As DateTime _
)

 Parameters

start

Specifies the first date in the range.

end

Specifies the last date in the range.

 See Also