<Code Lib>
2025 Method
Changes 1
M

ViewSchedule.SetStripedRowsColor

Description:
Sets the color applied to part of the pattern for a schedule with striped rows.

public void SetStripedRowsColor(
	StripedRowPattern index,
	Color color
)

  • index
    The part of the striped row pattern.
  • color
    The color which will be used in striped row pattern.

Loading…