Converts value from inches to centimeters.
[Visual Basic]
Public Shared Function InchToCm( _
ByVal value As Single _
) As Single
[C#]
public static float InchToCm(
float value
);
Single value representing the inches value in centimeters.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
ActiveReport Class | ActiveReport Members | CmToInch
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.